25: Rewrite prepareRegisters, correct operator order for comparisons

This commit is contained in:
Marvin Kaiser
2020-03-05 09:06:22 +01:00
parent 58cdaf04dd
commit cbc8020e81
2 changed files with 35 additions and 26 deletions

View File

@@ -183,6 +183,7 @@ int runMathTests()
math_testOneArg("neg", cNeg, neg, 0);
math_testOneArg("neg", cNeg, neg, 1);
math_testOneArg("neg", cNeg, neg, -1);
math_testOneArg("neg", cNeg, neg, -10);
printf("\nIdentity Tests\n");
math_testOneArg("id", cId, id, 0);