diff options
Diffstat (limited to 'src/math.asm')
| -rw-r--r-- | src/math.asm | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/math.asm b/src/math.asm index 555b289..4ac6913 100644 --- a/src/math.asm +++ b/src/math.asm @@ -4,7 +4,7 @@ SECTION .text GLOBAL TranslatePoint_Asm ; float *source, float *dest, float *matrix -; "S" (source), "b" (dest), "d" (matrix) +; "S" (source), "b" (dest), "D" (matrix) TranslatePoint_Asm: fld dword [esi] fmul dword [edi] @@ -49,4 +49,3 @@ TranslatePoint_Asm: fstp dword [ebx+8] ret -
\ No newline at end of file |
