deleted some patterns that were wrong, and apparently never used
This commit is contained in:
parent
f846c1648b
commit
eb6a4a95cd
4 changed files with 24 additions and 8 deletions
|
@ -2499,7 +2499,9 @@ with DD_REG
|
||||||
************************************************/
|
************************************************/
|
||||||
|
|
||||||
|
|
||||||
pat cmi $1==4 leaving sbi 4
|
/* pat cmi $1==4 leaving sbi 4
|
||||||
|
WRONG !!
|
||||||
|
*/
|
||||||
|
|
||||||
pat cmi defined($1)
|
pat cmi defined($1)
|
||||||
with STACK
|
with STACK
|
||||||
|
@ -2515,7 +2517,9 @@ with any4 STACK
|
||||||
jsr {absolute4, ".cmi"}
|
jsr {absolute4, ".cmi"}
|
||||||
yields d0
|
yields d0
|
||||||
|
|
||||||
pat cmu $1==4 leaving sbi 4
|
/* pat cmu $1==4 leaving sbi 4
|
||||||
|
WRONG !!
|
||||||
|
*/
|
||||||
|
|
||||||
pat cmu defined($1)
|
pat cmu defined($1)
|
||||||
with STACK
|
with STACK
|
||||||
|
|
|
@ -2499,7 +2499,9 @@ with DD_REG
|
||||||
************************************************/
|
************************************************/
|
||||||
|
|
||||||
|
|
||||||
pat cmi $1==4 leaving sbi 4
|
/* pat cmi $1==4 leaving sbi 4
|
||||||
|
WRONG !!
|
||||||
|
*/
|
||||||
|
|
||||||
pat cmi defined($1)
|
pat cmi defined($1)
|
||||||
with STACK
|
with STACK
|
||||||
|
@ -2515,7 +2517,9 @@ with any4 STACK
|
||||||
jsr {absolute4, ".cmi"}
|
jsr {absolute4, ".cmi"}
|
||||||
yields d0
|
yields d0
|
||||||
|
|
||||||
pat cmu $1==4 leaving sbi 4
|
/* pat cmu $1==4 leaving sbi 4
|
||||||
|
WRONG !!
|
||||||
|
*/
|
||||||
|
|
||||||
pat cmu defined($1)
|
pat cmu defined($1)
|
||||||
with STACK
|
with STACK
|
||||||
|
|
|
@ -2499,7 +2499,9 @@ with DD_REG
|
||||||
************************************************/
|
************************************************/
|
||||||
|
|
||||||
|
|
||||||
pat cmi $1==4 leaving sbi 4
|
/* pat cmi $1==4 leaving sbi 4
|
||||||
|
WRONG !!
|
||||||
|
*/
|
||||||
|
|
||||||
pat cmi defined($1)
|
pat cmi defined($1)
|
||||||
with STACK
|
with STACK
|
||||||
|
@ -2515,7 +2517,9 @@ with any4 STACK
|
||||||
jsr {absolute4, ".cmi"}
|
jsr {absolute4, ".cmi"}
|
||||||
yields d0
|
yields d0
|
||||||
|
|
||||||
pat cmu $1==4 leaving sbi 4
|
/* pat cmu $1==4 leaving sbi 4
|
||||||
|
WRONG !!
|
||||||
|
*/
|
||||||
|
|
||||||
pat cmu defined($1)
|
pat cmu defined($1)
|
||||||
with STACK
|
with STACK
|
||||||
|
|
|
@ -2499,7 +2499,9 @@ with DD_REG
|
||||||
************************************************/
|
************************************************/
|
||||||
|
|
||||||
|
|
||||||
pat cmi $1==4 leaving sbi 4
|
/* pat cmi $1==4 leaving sbi 4
|
||||||
|
WRONG !!
|
||||||
|
*/
|
||||||
|
|
||||||
pat cmi defined($1)
|
pat cmi defined($1)
|
||||||
with STACK
|
with STACK
|
||||||
|
@ -2515,7 +2517,9 @@ with any4 STACK
|
||||||
jsr {absolute4, ".cmi"}
|
jsr {absolute4, ".cmi"}
|
||||||
yields d0
|
yields d0
|
||||||
|
|
||||||
pat cmu $1==4 leaving sbi 4
|
/* pat cmu $1==4 leaving sbi 4
|
||||||
|
WRONG !!
|
||||||
|
*/
|
||||||
|
|
||||||
pat cmu defined($1)
|
pat cmu defined($1)
|
||||||
with STACK
|
with STACK
|
||||||
|
|
Loading…
Add table
Reference in a new issue