mirror of
https://github.com/ruby/ruby.git
synced 2025-09-17 01:23:57 +02:00
Port print_int, movsx. Implement putself.
This commit is contained in:
parent
b8a3f2ed61
commit
d1c9ca86c1
6 changed files with 127 additions and 31 deletions
|
@ -8,6 +8,7 @@
|
|||
|
||||
void push_regs(codeblock_t* cb);
|
||||
void pop_regs(codeblock_t* cb);
|
||||
void print_int(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