1
0
mirror of https://github.com/livingcomputermuseum/UniBone.git synced 2026-02-27 01:00:00 +00:00

32/64 problem, no timeouts > 4.2 secs were possible.

This commit is contained in:
Joerg Hoppe
2019-09-05 10:25:32 +02:00
parent 92714c1ebe
commit e102425ebe

View File

@@ -37,8 +37,8 @@
#include "logger.hpp"
#define MILLION 1000000L
#define BILLION (1000L * MILLION)
#define MILLION 1000000LL
#define BILLION (1000LL * MILLION)
#define BIT(n) (1 << (n))