]> gitweb.factorcode.org Git - factor.git/commitdiff
space-invaders: fix for parser combinator changes
authorchris.double <chris.double@double.co.nz>
Sun, 8 Oct 2006 11:06:26 +0000 (11:06 +0000)
committerchris.double <chris.double@double.co.nz>
Sun, 8 Oct 2006 11:06:26 +0000 (11:06 +0000)
contrib/space-invaders/cpu-8080.factor

index 4abf61285dec9e0b3adf1057e54fa9b57af3ba52..fac2e84270571694f04c4eb29f23ff59ec27e571 100644 (file)
@@ -1332,7 +1332,7 @@ SYMBOL: $4
   #! Given an instruction string, return the emulation quotation for
   #! it. This will later be expanded to produce the disassembly and
   #! assembly quotations.
-  8080-generator-parser some call call ;
+  8080-generator-parser some parse force call ;
 
 SYMBOL: last-instruction
 SYMBOL: last-opcode