Fix a bug backing out of apply. The procedure and number of arguments
authorGuillermo J. Rozas <edu/mit/csail/zurich/gjr>
Wed, 22 Nov 1989 16:29:55 +0000 (16:29 +0000)
committerGuillermo J. Rozas <edu/mit/csail/zurich/gjr>
Wed, 22 Nov 1989 16:29:55 +0000 (16:29 +0000)
commit5abe4ece14005be5c30adda64e337913a803a6b5
tree23969f7f7c521f7e9f2c6a23c63c6e0b18cf835b
parent285e8810355619773f0ea3a48655af17624152ad
Fix a bug backing out of apply.  The procedure and number of arguments
were not being pused on the stack consistently, so there were some
paths that could not restart on interrupt, for example.
v7/src/microcode/cmpint.c
v8/src/microcode/cmpint.c