From a7133501d5359ded808e5b3ab8afc1fff4ff2a0c Mon Sep 17 00:00:00 2001 From: David Anderson Date: Mon, 1 Aug 2005 19:05:10 +0000 Subject: [PATCH] Fixed comments --- amxmodx/natives-amd64.asm | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/amxmodx/natives-amd64.asm b/amxmodx/natives-amd64.asm index 4846ec19..f7290fbd 100755 --- a/amxmodx/natives-amd64.asm +++ b/amxmodx/natives-amd64.asm @@ -1,7 +1,7 @@ ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; -; (C)2005 by David "BAILOPAN" Anderson ; -; register_native functions for amd64 ;;;;;; -; Based on the concept by Julien "dJeyL" Laurent ; +; (C)2005 by David "BAILOPAN" Anderson ; +; register_native functions for amd64 ;;;;;; +; Based on the concept by Julien "dJeyL" Laurent ; ; Thanks to T(+)rget for pushing me to implement this ; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; @@ -81,7 +81,7 @@ global _amxx_DynaCodesize, amxx_DynaCodesize ;int amxx_DynaCodesize() amxx_DynaCodesize: _amxx_DynaCodesize: - ; on x86 is this 17 bytes + ; on x86-64 this is 34 bytes mov rax, _amxx_DynaFuncEnd - _amxx_DynaFuncStart ret