diff options
author | lloyd <[email protected]> | 2007-03-10 17:56:03 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2007-03-10 17:56:03 +0000 |
commit | 944d6777d60ceb9d89bc3f4ad7ea77c2d8b4868b (patch) | |
tree | 0de0970ebe88dbaf2f425b2ae73b3c3f72559d7f /modules | |
parent | 8c54e7f07e82562ab440f6cee7b7768813b3e6c7 (diff) |
Small cleanups.
Diffstat (limited to 'modules')
-rw-r--r-- | modules/alg_amd64/asm_macr.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/alg_amd64/asm_macr.h b/modules/alg_amd64/asm_macr.h index d4fe38968..0b931daaa 100644 --- a/modules/alg_amd64/asm_macr.h +++ b/modules/alg_amd64/asm_macr.h @@ -80,7 +80,7 @@ func_name: #define ARG_3 R3 #define ARG_4 R2 #define ARG_5 R8 -#define ARG_6 R9 +#define ARG_6 R9 #define TEMP_1 R10 #define TEMP_2 R11 |