]> git.sur5r.net Git - cc65/blobdiff - src/cc65/testexpr.c
Fixed two compiler warnings.
[cc65] / src / cc65 / testexpr.c
index 370f52e038f9e5807430232b5e70e58cb5ae2df9..5b2ae3d02dbddaec1e0b282c2e0d2396ea0bca1e 100644 (file)
 /*****************************************************************************/
 
 
-
+                     
+/* cc65 */
 #include "codegen.h"
 #include "error.h"
 #include "expr.h"
+#include "loadexpr.h"
 #include "scanner.h"
 #include "testexpr.h"
 
@@ -84,7 +86,7 @@ unsigned Test (unsigned Label, int Invert)
         }
 
         /* Load the value into the primary register */
-        ExprLoad (CF_FORCECHAR, &Expr);
+        LoadExpr (CF_FORCECHAR, &Expr);
 
         /* Generate the jump */
         if (Invert) {