1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00
ruby--ruby/ujit_utils.h

14 lines
276 B
C
Raw Normal View History

#ifndef UJIT_UTILS_H
#define UJIT_UTILS_H 1
#include <stdint.h>
#include <stddef.h>
#include <stdbool.h>
#include "ujit_asm.h"
void push_regs(codeblock_t* cb);
void pop_regs(codeblock_t* cb);
void print_str(codeblock_t* cb, const char* str);
#endif // #ifndef UJIT_UTILS_H