mirror of
https://github.com/EnderIce2/Fennix.git
synced 2025-08-31 07:52:05 +00:00
Update kernel
This commit is contained in:
@@ -112,14 +112,14 @@ __constructor void TestMacros()
|
||||
result = ROUND_UP(x, y);
|
||||
if (result != 0x200)
|
||||
{
|
||||
error("ERROR: ROUND_UP failed: %d != 0x200\n", result);
|
||||
error("ERROR: ROUND_UP failed: %d != 0x200", result);
|
||||
inf_loop;
|
||||
}
|
||||
|
||||
result = ROUND_DOWN(x, y);
|
||||
if (result != 0x100)
|
||||
{
|
||||
error("ERROR: ROUND_DOWN failed: %d != 0x100\n", result);
|
||||
error("ERROR: ROUND_DOWN failed: %d != 0x100", result);
|
||||
inf_loop;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user