summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary/rtasm/rtasm_x86sse.h
diff options
context:
space:
mode:
authorKeith Whitwell <keith@tungstengraphics.com>2008-04-21 19:09:38 +0100
committerKeith Whitwell <keith@tungstengraphics.com>2008-04-21 19:12:08 +0100
commitb17e123a8f20239e8e1fc6816ccf115d9ec57471 (patch)
tree6d5735c6bf9546d9e95a765203e6572cd354324c /src/gallium/auxiliary/rtasm/rtasm_x86sse.h
parent65efe807b9067aa07b382e3c4d9cea6222c5fc6b (diff)
rtasm: propogate errors in x86 emit
Diffstat (limited to 'src/gallium/auxiliary/rtasm/rtasm_x86sse.h')
-rw-r--r--src/gallium/auxiliary/rtasm/rtasm_x86sse.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/auxiliary/rtasm/rtasm_x86sse.h b/src/gallium/auxiliary/rtasm/rtasm_x86sse.h
index 5e99ceea70..695a1cef4e 100644
--- a/src/gallium/auxiliary/rtasm/rtasm_x86sse.h
+++ b/src/gallium/auxiliary/rtasm/rtasm_x86sse.h
@@ -43,6 +43,7 @@ struct x86_function {
unsigned char *csr;
unsigned stack_offset;
int need_emms;
+ unsigned char error_overflow[4];
const char *fn;
};