Skip to content

Commit

Permalink
more
Browse files Browse the repository at this point in the history
  • Loading branch information
joncampbell123 committed Jul 31, 2018
1 parent 9aa45cf commit 1b15aae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tool/linker/ex9/code32.asm
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

section _TEXT align=1 class=CODE use32
section _TEXT32 align=1 class=CODE use32

global entry_code32
entry_code32:
Expand All @@ -10,7 +10,7 @@ entry_code32:
function32:
ret

section _DATA align=1 class=DATA use32
section _DATA32 align=1 class=DATA use32

global _ex_data32
_ex_data32:
Expand Down

0 comments on commit 1b15aae

Please sign in to comment.