]> git.gag.com Git - fw/sdcc/blobdiff - src/pic/gen.c
multi-byte complements were failing
[fw/sdcc] / src / pic / gen.c
index a31f36528e1ffffe951924e2168ae59ef92c8479..89e46791ef2adaa92c7353ad19e29b6c074fd2c1 100644 (file)
@@ -1887,7 +1887,7 @@ static void genCpl (iCode *ic)
       emitpcode(POC_COMFW,popGet(AOP(left),offset));
     
     emitpcode(POC_MOVWF,popGet(AOP(result),offset));
-    
+    offset++;
   }