comparison dyncall/dyncall_call_x64.S @ 183:e38d33230b09

- typo fix in x64 asm end_proc use (only affected masm)
author Tassilo Philipp
date Mon, 13 Feb 2017 14:09:15 +0100
parents d5705f226298
children 7520e2260097
comparison
equal deleted inserted replaced
182:2f6e0dd03bed 183:e38d33230b09
80 80
81 MOV(RBP,RSP) /* Restore stack pointer. */ 81 MOV(RBP,RSP) /* Restore stack pointer. */
82 POP(RBX) /* Restore RBX. */ 82 POP(RBX) /* Restore RBX. */
83 POP(RBP) /* Pseudo-epilog. */ 83 POP(RBP) /* Pseudo-epilog. */
84 RET() 84 RET()
85 END_PROC(dcCALl_x64_sysv) 85 END_PROC(dcCall_x64_sysv)
86 86
87 /*--------------------------------------------------------------------------- 87 /*---------------------------------------------------------------------------
88 88
89 Call Kernel for x64 Win64 89 Call Kernel for x64 Win64
90 90