Making sure code is in executable sections Round 4. Fixed a very weird section change mid macro in video code - perhaps fixed CT Black Omen bug.

This commit is contained in:
n-a-c-h
2005-07-10 14:19:28 +00:00
parent 7329f7d798
commit e03454b33b
13 changed files with 53 additions and 58 deletions

View File

@@ -56,6 +56,8 @@ EXTSYM Grab_PNG_Data
popad
%endmacro
SECTION .text
GUIBufferData:
mov ecx,16384
cmp byte[cbitmode],1
@@ -1144,7 +1146,7 @@ SECTION .bss
NEWSYM picnum, resw 1
SECTION .data
SECTION .text
NEWSYM savepcx
%ifndef NO_PNG