From: borutr Date: Sun, 23 Mar 2008 08:42:09 +0000 (+0000) Subject: * src/pic/gen.h: reverted the Q&D solution for the bug, found by Jim Paris, X-Git-Url: https://git.gag.com/?a=commitdiff_plain;h=499345cf384044caa607bf6cb0f7689fe3863ad7;p=fw%2Fsdcc * src/pic/gen.h: reverted the Q&D solution for the bug, found by Jim Paris, 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 --- diff --git a/ChangeLog b/ChangeLog index f431748c..22b8090f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,7 @@ 2008-03-23 Borut Razem * 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 diff --git a/src/pic/gen.h b/src/pic/gen.h index b595ba51..ccfe5f39 100644 --- a/src/pic/gen.h +++ b/src/pic/gen.h @@ -52,8 +52,7 @@ enum AOP_IMMD, AOP_STR, AOP_CRY, - AOP_ACC, - AOP_PCODE = 13 + AOP_PCODE };