Skip to content

Commit

Permalink
fix errors
Browse files Browse the repository at this point in the history
  • Loading branch information
dmcoles committed Apr 25, 2024
1 parent fc0248f commit 936e320
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions E-VO.S
Original file line number Diff line number Diff line change
Expand Up @@ -3144,8 +3144,8 @@ CONTINUEKEY:
RESOLVECONST:
ADDQ.W #1,STATS
MOVE.W #2,ERRWHERE ; A1 NOW
MOVE.L LINENUM(PC),D6
MOVE.L LINENUMZ(PC),LINENUM
MOVE.L LINENUM,D6
MOVE.L LINENUMZ,LINENUM
MOVE.L D6,LINENUMZ
MOVE.L A1,D6 ; D6=ENDPARSE
MOVEQ #0,D4
Expand Down

0 comments on commit 936e320

Please sign in to comment.