mirror of
git://repo.or.cz/tinycc.git
synced 2026-06-17 15:44:18 +08: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