forget Delete __va_ld_reg

master
jiang 2014-05-21 12:50:12 +08:00
parent 3d608d4b54
commit 9c78da8a32
1 changed files with 1 additions and 1 deletions

View File

@ -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