projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
66640c4
)
x86: fix assignment in assert typo
author
Keith Whitwell
<keith@tungstengraphics.com>
Wed, 13 Feb 2008 18:29:29 +0000
(18:29 +0000)
committer
Keith Whitwell
<keith@tungstengraphics.com>
Wed, 13 Feb 2008 18:29:29 +0000
(18:29 +0000)
src/mesa/x86/rtasm/x86sse.c
patch
|
blob
|
history
diff --git
a/src/mesa/x86/rtasm/x86sse.c
b/src/mesa/x86/rtasm/x86sse.c
index 1111e8db990b52d59e79fc470daae83098b58144..39c0e9b851ab747e4c4cbb2db268d30c2ea86f9e 100644
(file)
--- a/
src/mesa/x86/rtasm/x86sse.c
+++ b/
src/mesa/x86/rtasm/x86sse.c
@@
-820,7
+820,7
@@
static void x87_arith_op( struct x86_function *p, struct x86_reg dst, struct x86
assert(0);
}
else if (dst.idx == 0) {
- assert(arg.file = file_REG32);
+ assert(arg.file =
=
file_REG32);
emit_1ub(p, 0xd8);
emit_modrm_noreg(p, argmem_noreg, arg);
}