FATAL error: lsize mismatch 336/3342 #884
This commit is contained in:
parent
b6e4972756
commit
aa124130bd
|
@ -18,6 +18,9 @@ typedef uint32_t iomode_t;
|
||||||
typedef uint32_t ioportid_t;
|
typedef uint32_t ioportid_t;
|
||||||
typedef uint32_t ioportmask_t;
|
typedef uint32_t ioportmask_t;
|
||||||
|
|
||||||
|
#define DL_OUTPUT_BUFFER 200
|
||||||
|
#define INTERMEDIATE_LOGGING_BUFFER_SIZE 100
|
||||||
|
|
||||||
// just a stub implementation for unit tests
|
// just a stub implementation for unit tests
|
||||||
#define EXPECTED_REMAINING_STACK 1
|
#define EXPECTED_REMAINING_STACK 1
|
||||||
#define getCurrentRemainingStack() (999999)
|
#define getCurrentRemainingStack() (999999)
|
||||||
|
|
Loading…
Reference in New Issue