Remove a separate .data section in assembly prototypes to match what we are doing in hex/M1.

This commit is contained in:
Andrius Štikonas 2022-09-04 00:40:58 +01:00
parent d39dbc3484
commit 7020101bd7
5 changed files with 0 additions and 6 deletions

View File

@ -225,7 +225,6 @@ write:
pop rax # save size to rax
ret
.data
# Protocol GUIDs
LOADED_IMAGE_PROTOCOL:

View File

@ -268,7 +268,6 @@ abort: # used for debugging only
mov rsp, rbp # restore stack
ret # return to UEFI
.data
# Protocol GUIDs
LOADED_IMAGE_PROTOCOL:

View File

@ -378,7 +378,6 @@ abort: # used for debugging only
mov rsp, rbp # restore stack
ret # return to UEFI
.data
# Protocol GUIDs
LOADED_IMAGE_PROTOCOL:

View File

@ -663,7 +663,6 @@ allocate_pool:
pop rax # get pool
ret
.data
# Protocol GUIDs
LOADED_IMAGE_PROTOCOL:

View File

@ -425,8 +425,6 @@ read_byte:
ret
.data
# Protocol GUIDs
LOADED_IMAGE_PROTOCOL:
.long 0x5b1b31a1