mirror of
https://github.com/frida/tinycc
synced 2024-12-26 23:09:41 +03:00
forget Delete __va_ld_reg
This commit is contained in:
parent
3d608d4b54
commit
9c78da8a32
@ -640,7 +640,7 @@ extern void abort(void);
|
||||
#endif
|
||||
|
||||
enum __va_arg_type {
|
||||
__va_gen_reg, __va_float_reg, __va_ld_reg, __va_stack
|
||||
__va_gen_reg, __va_float_reg, __va_stack
|
||||
};
|
||||
|
||||
//This should be in sync with the declaration on our include/stdarg.h
|
||||
|
Loading…
Reference in New Issue
Block a user