diff options
Diffstat (limited to 'src/kshape.c')
| -rw-r--r-- | src/kshape.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/kshape.c b/src/kshape.c index 1e5d12b..0e95c46 100644 --- a/src/kshape.c +++ b/src/kshape.c @@ -4508,7 +4508,7 @@ static void TranslatePoint(float *source, float *dest, float *matrix) /* Moved to a separate file because I can't figure out the damn syntax! */ __asm__("call TranslatePoint_Asm \n\t" : - : "S" (source), "b" (dest), "d" (matrix) + : "S" (source), "b" (dest), "D" (matrix) ); } |
