mirror of
https://github.com/ruby/ruby.git
synced 2025-09-18 01:54:00 +02:00
Added print_ptr() util function for debugging
This commit is contained in:
parent
e5751768ba
commit
6f81bd2c76
3 changed files with 20 additions and 7 deletions
|
@ -9,6 +9,7 @@
|
|||
void push_regs(codeblock_t* cb);
|
||||
void pop_regs(codeblock_t* cb);
|
||||
void print_int(codeblock_t* cb, x86opnd_t opnd);
|
||||
void print_ptr(codeblock_t* cb, x86opnd_t opnd);
|
||||
void print_str(codeblock_t* cb, const char* str);
|
||||
|
||||
#endif // #ifndef UJIT_UTILS_H
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue