]> git.gag.com Git - fw/sdcc/commitdiff
* src/pic16/gen.c (genPcall): warning about gpsim and PCLATU
authorvrokas <vrokas@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Tue, 1 Jun 2004 23:21:47 +0000 (23:21 +0000)
committervrokas <vrokas@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Tue, 1 Jun 2004 23:21:47 +0000 (23:21 +0000)
is commented out

git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@3339 4a8a32a2-be11-0410-ad9d-d568d2c75423

ChangeLog
src/pic16/gen.c

index fa490bf56e7781bd6489bc1ee0d4dcd1a20b5d67..13ec66391e3e5fabf95e45200b74ce6c6fff4959 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2004-06-02 Vangelis Rokas <vrokas AT otenet.gr>
+
+        * src/pic16/gen.c (genPcall): warning about gpsim and PCLATU
+       is commented out
+                
 2004-06-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
 
        * src/hc08/gen.c (genPointerGetSetOfs): disabled optimization if
index a6291d5557dbb17628cccd0f4463a0621bd142c6..5a1072dd09fc09e8369ddf3d53ae0bed99f54b8a 100644 (file)
@@ -2969,7 +2969,7 @@ static void genPcall (iCode *ic)
 
        /* make the call by writing the pointer into pc */
 // FIXME Disabled writes to PCLATU because of gpsim problems
-#if 0
+#if 1
        pic16_emitpcode(POC_MOVFF, pic16_popGet2p(pic16_popGet(AOP(IC_LEFT(ic)),2), pic16_popCopyReg(&pic16_pc_pclatu)));
 #else
        fprintf(stderr,