Skip to content

Commit

Permalink
move debug info for PROC lines as it was causing issues with STEP OVE…
Browse files Browse the repository at this point in the history
…R in edbg
  • Loading branch information
dmcoles committed Apr 8, 2024
1 parent 02f3561 commit a2800d7
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions E-VO.S
Original file line number Diff line number Diff line change
Expand Up @@ -13217,10 +13217,7 @@ LIBINFO: DC.L 0
MOVEQ #-1,D1
MOVE.W D1,PROCF
MOVE.W D1,DEFFLAG
TST.L LINEBUF
BEQ.S .0
JSR ADDLINEDBG
.0: CLR.W HANDLEFLAG
CLR.W HANDLEFLAG
MOVE.L CURIDENTREC(PC),A0 ; NOW GET NR OF LOC VARS
MOVE.L 6(A0),A0
MOVE.L A0,COMPILEPROC
Expand Down Expand Up @@ -16218,8 +16215,11 @@ AAAAAA: BLOCK2 #8,#IOFF+12
.CODE: MOVE.L A0,2(A5)

SAVEREGSPROC: ; 73
LEA SAVEDREGSPTR(PC),A0
MOVE.L A4,(A0)
TST.L LINEBUF
BEQ.S .0
JSR ADDLINEDBG
.0: LEA SAVEDREGSPTR(PC),A0
MOVE.L A4,(A0)
MOVE.L COMPILEPROC(PC),A0 ; COMPUTE MOVEMMASK
MOVE.B 3(A0),D0
BEQ .NR
Expand Down

0 comments on commit a2800d7

Please sign in to comment.