* src/ds390/peeph.def: must use () for comma to work
authorMaartenBrock <MaartenBrock@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Mon, 29 Oct 2007 17:47:22 +0000 (17:47 +0000)
committerMaartenBrock <MaartenBrock@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Mon, 29 Oct 2007 17:47:22 +0000 (17:47 +0000)
git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@4950 4a8a32a2-be11-0410-ad9d-d568d2c75423

src/ds390/peeph.def

index 831605e87bfd347514e6032dc239df9816a1dfe3..f5f9261eac15887e13134cbc6eb181be7f6d8d28 100644 (file)
@@ -1082,7 +1082,7 @@ replace {
 } by {
         ; Peephole 182a   used 24 bit load of dptr
         mov    dptr,#0x%3%2%1
-} if 24bitMode, portIsDS390
+} if 24bitMode(), portIsDS390
 
 // saves 2 bytes, ?? cycles.
 replace {
@@ -1092,7 +1092,7 @@ replace {
 } by {
         ; Peephole 182b   used 24 bit load of dptr
         mov  dptr,#((%3 << 16) + (%2 << 8) + %1)
-} if 24bitMode, portIsDS390
+} if 24bitMode(), portIsDS390
 
 // saving 3 byte, 2 cycles, return(float_constant) profits here
 replace {