diff options
author | Keith Whitwell <[email protected]> | 2008-05-21 08:28:16 +0100 |
---|---|---|
committer | Keith Whitwell <[email protected]> | 2008-05-23 09:16:55 +0100 |
commit | d3e64caef6f8654af1a84825803e517ab8221c68 (patch) | |
tree | 6ee1ef74e6a0fcde1f794ba64fc5281370763103 /src/gallium/auxiliary/rtasm/rtasm_x86sse.h | |
parent | 8618e6aa16bdba2c8b08124261bbaedaf7e22447 (diff) |
rtasm: export debug reg print function
Diffstat (limited to 'src/gallium/auxiliary/rtasm/rtasm_x86sse.h')
-rw-r--r-- | src/gallium/auxiliary/rtasm/rtasm_x86sse.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/gallium/auxiliary/rtasm/rtasm_x86sse.h b/src/gallium/auxiliary/rtasm/rtasm_x86sse.h index baa10b7d4ac..1e02c6e73bb 100644 --- a/src/gallium/auxiliary/rtasm/rtasm_x86sse.h +++ b/src/gallium/auxiliary/rtasm/rtasm_x86sse.h @@ -106,6 +106,9 @@ void x86_init_func_size( struct x86_function *p, unsigned code_size ); void x86_release_func( struct x86_function *p ); void (*x86_get_func( struct x86_function *p ))( void ); +/* Debugging: + */ +void x86_print_reg( struct x86_reg reg ); /* Create and manipulate registers and regmem values: |