Disable size overrides in rme
(Fixes a warning that was caused by a "fix" to a undefined reference to a missing 64-bit floating-point division function)
This commit is contained in:
parent
efa51d0d56
commit
0cdecac8e0
@ -28,7 +28,7 @@
|
||||
*
|
||||
* If set to -1, size overrides will cause a \#UD
|
||||
*/
|
||||
#define USE_SIZE_OVERRIDES 1
|
||||
#define USE_SIZE_OVERRIDES 0
|
||||
|
||||
/**
|
||||
* \brief Size of a memory block
|
||||
|
Loading…
x
Reference in New Issue
Block a user