Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/neutrinolabs/librfxcodec.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/amd64/cpuid_amd64.asm')
-rw-r--r--src/amd64/cpuid_amd64.asm5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/amd64/cpuid_amd64.asm b/src/amd64/cpuid_amd64.asm
index acc738e..38e2023 100644
--- a/src/amd64/cpuid_amd64.asm
+++ b/src/amd64/cpuid_amd64.asm
@@ -1,7 +1,5 @@
%include "common.asm"
-section .text
-
;The first six integer or pointer arguments are passed in registers
;RDI, RSI, RDX, RCX, R8, and R9
@@ -32,5 +30,4 @@ PROC cpuid_amd64
; restore registers
pop rbx
ret
- align 16
-
+END_OF_FILE