Skip to content

Commit e78635f

Browse files
author
jvazquez-r7
committed
fix segment virtual address
1 parent 4fff624 commit e78635f

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

data/templates/src/elf/exe/elf_mipsle_template.s

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
BITS 32
55

6-
org 0x004006a0
6+
org 0x00400000
77

88
ehdr: ; Elf32_Ehdr
99
db 0x7F, "ELF", 1, 1, 1, 0 ; e_ident
0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)