Fix a bug in comutil_operator_lexpr_trap.
authorGuillermo J. Rozas <edu/mit/csail/zurich/gjr>
Tue, 21 Nov 1989 23:31:05 +0000 (23:31 +0000)
committerGuillermo J. Rozas <edu/mit/csail/zurich/gjr>
Tue, 21 Nov 1989 23:31:05 +0000 (23:31 +0000)
commit125a3b06dcf473464a68ca56a778beca57ecd128
treecb31000f68f03b9c45bf039fa0afc2d20eb1d75c
parent5a7b5d8e6c2ae5f14e85084f4e32f846c9e4a0d8
Fix a bug in comutil_operator_lexpr_trap.
The number of arguments stored in the trampoline is 1 greater than the
number of actual arguments passed, but the primitive convention
expects the correct number.
v7/src/microcode/cmpint.c
v8/src/microcode/cmpint.c