diff options
author | Keith Whitwell <[email protected]> | 2008-04-21 19:09:38 +0100 |
---|---|---|
committer | Keith Whitwell <[email protected]> | 2008-04-21 19:12:08 +0100 |
commit | b17e123a8f20239e8e1fc6816ccf115d9ec57471 (patch) | |
tree | 6d5735c6bf9546d9e95a765203e6572cd354324c /src/gallium/auxiliary/rtasm/rtasm_x86sse.h | |
parent | 65efe807b9067aa07b382e3c4d9cea6222c5fc6b (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.h | 1 |
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 5e99ceea706..695a1cef4e3 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; }; |