forget Delete __va_ld_reg
This commit is contained in:
parent
3d608d4b54
commit
9c78da8a32
1 changed files with 1 additions and 1 deletions
|
@ -640,7 +640,7 @@ extern void abort(void);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
enum __va_arg_type {
|
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
|
//This should be in sync with the declaration on our include/stdarg.h
|
||||||
|
|
Loading…
Reference in a new issue