Skip to content

Commit

Permalink
fix error in EDBG failing to load executables written by Evo 3.8.x
Browse files Browse the repository at this point in the history
  • Loading branch information
dmcoles committed Jul 19, 2024
1 parent bf74f16 commit 3bd1ac5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion tools/EDBG/edbg.e
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ PROC main() HANDLE
DEF options:PTR TO LONG,rdargs=NIL,exename[100]:STRING,e:PTR TO dbgwin,
pubconname[200]:STRING, i
DEF gb:PTR TO gfxbase
title:='EDBG v3.8.0, The E Debugger! © 1994-1997 Wouter (and Jason), 2021-2024 Darren Coles'
title:='EDBG v3.8.2, The E Debugger! © 1994-1997 Wouter (and Jason), 2021-2024 Darren Coles'
reqtitle:='EDBG'
vars:=newlist()
options:=[0,0,0,0]
Expand Down
1 change: 1 addition & 0 deletions tools/EDBG/eexe.e
Original file line number Diff line number Diff line change
Expand Up @@ -271,6 +271,7 @@ PROC grabvarinfo(src:PTR TO e_source,o:PTR TO INT,end)
CASE 8
o[]++ //skip oid
o[]++ //skip flags + pad
o[]++ //object size
v:=o[]++ //name length
o:=o+v

Expand Down

0 comments on commit 3bd1ac5

Please sign in to comment.