diff test/gen-masm/call_x86.S @ 496:da5232da6270

- test code: rand-sig now spitting out dyncallish sigs (with ')' end delim and rettype at end), purely for consistency
author Tassilo Philipp
date Mon, 21 Mar 2022 18:11:38 +0100
parents f5577f6bf97a
children
line wrap: on
line diff
--- a/test/gen-masm/call_x86.S	Mon Mar 21 16:50:44 2022 +0100
+++ b/test/gen-masm/call_x86.S	Mon Mar 21 18:11:38 2022 +0100
@@ -95,7 +95,7 @@
 GLOBAL(dcCall_x86_cdecl)
 BEGIN_PROC(dcCall_x86_cdecl)
 	push ebp			// prolog
- 	mov  ebp, esp
+	mov  ebp, esp
 	push esi			// save preserved
 	push edi
 	mov  esi, dword ptr[ebp+12] 	// esi = copy source args
@@ -197,7 +197,7 @@
 GLOBAL(dcCall_x86_sys_int80h_linux)
 BEGIN_PROC(dcCall_x86_sys_int80h_linux)
 	push ebp        	// prolog
- 	mov  ebp, esp
+	mov  ebp, esp
 	push ebx		// save preserved
 	push esi               
 	push edi
@@ -223,7 +223,7 @@
 GLOBAL(dcCall_x86_sys_int80h_bsd)
 BEGIN_PROC(dcCall_x86_sys_int80h_bsd)
 	push ebp               // prolog
- 	mov  ebp, esp
+	mov  ebp, esp
 	push esi               // save preserved
 	push edi
 	mov  esi, dword ptr[ebp+12]    	// esi = pointer on args