summaryrefslogtreecommitdiff
path: root/src/mesa/x86/read_rgba_span_x86.S
diff options
context:
space:
mode:
authorBrian <brian.paul@tungstengraphics.com>2007-11-05 14:38:27 -0700
committerBrian <brian.paul@tungstengraphics.com>2007-11-05 14:44:01 -0700
commita49e0726e3c3cfbf0d784ba4e9a485af02a7b4dd (patch)
tree0faf9254cf74a3dfd69cd870dc9b1e7210da9c0c /src/mesa/x86/read_rgba_span_x86.S
parentdb2ec4502e2518d40c0872335a6b44956a73853a (diff)
fix mmx code (bug 12614)
Diffstat (limited to 'src/mesa/x86/read_rgba_span_x86.S')
-rw-r--r--src/mesa/x86/read_rgba_span_x86.S16
1 files changed, 8 insertions, 8 deletions
diff --git a/src/mesa/x86/read_rgba_span_x86.S b/src/mesa/x86/read_rgba_span_x86.S
index 3cbcd71996..8509df6004 100644
--- a/src/mesa/x86/read_rgba_span_x86.S
+++ b/src/mesa/x86/read_rgba_span_x86.S
@@ -587,17 +587,17 @@ _generic_read_RGBA_span_RGB565_MMX:
movq prescale, %mm6
movq scale, %mm7
*/
- pushl MASK_565_H
- pushl MASK_565_L
+ pushl $MASK_565_H
+ pushl $MASK_565_L
movq (%esp), %mm5
- pushl PRESCALE_H
- pushl PRESCALE_L
+ pushl $PRESCALE_H
+ pushl $PRESCALE_L
movq (%esp), %mm6
- pushl SCALE_H
- pushl SCALE_L
+ pushl $SCALE_H
+ pushl $SCALE_L
movq (%esp), %mm7
- pushl ALPHA_H
- pushl ALPHA_L
+ pushl $ALPHA_H
+ pushl $ALPHA_L
movq (%esp), %mm3
addl $32,%esp