diff options
author | lloyd <[email protected]> | 2006-08-13 08:27:05 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2006-08-13 08:27:05 +0000 |
commit | 444e4004275dff3706d4956b6063f0d09ac409a3 (patch) | |
tree | f66b494e654848c6756ab6786199bd3ccb579b9a /modules/sha_x86/asm_macr.h | |
parent | 7668bc4c22e12b95048222ebefa21d4990c7abad (diff) |
Convert another set of asm instructions to macros
Diffstat (limited to 'modules/sha_x86/asm_macr.h')
-rw-r--r-- | modules/sha_x86/asm_macr.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/sha_x86/asm_macr.h b/modules/sha_x86/asm_macr.h index d5dcfd238..fb51cdbb5 100644 --- a/modules/sha_x86/asm_macr.h +++ b/modules/sha_x86/asm_macr.h @@ -37,6 +37,7 @@ func_name: #define ESI %esi #define PUSH(REG) pushl REG +#define POP(REG) popl REG #define MOV(FROM, TO) movl FROM, TO |