* src/pic/gen.h: reverted the Q&D solution for the bug, found by Jim Paris,
authorborutr <borutr@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Sun, 23 Mar 2008 08:42:09 +0000 (08:42 +0000)
committerborutr <borutr@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Sun, 23 Mar 2008 08:42:09 +0000 (08:42 +0000)
  since it was already fixed by Raphael ;-)

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

ChangeLog
src/pic/gen.h

index f431748cf14b7fdb6e2b7a952dd93aef57434e3f..22b8090fcef42d724c6b7adb2d042e070516963c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,7 @@
 2008-03-23 Borut Razem <borut.razem AT siol.net>
 
        * src/pic/gen.h: Q&D solution for the bug, found by Jim Paris
+         and reverted it, since it was already fixed by Raphael ;-)
 
 2008-03-22 Raphael Neider <rneider AT web.de>
 
index b595ba510e597f1aaca8bf32b9d5fbf6cf50b9ac..ccfe5f399f192fc22d38410ccbe0c8d4a92e6891 100644 (file)
@@ -52,8 +52,7 @@ enum
   AOP_IMMD,
   AOP_STR,
   AOP_CRY,
-  AOP_ACC,
-  AOP_PCODE = 13
+  AOP_PCODE
 
 };