Add some missing va_ends. Reported by jmarsh
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@4227
This commit is contained in:
parent
fa8b4c5d00
commit
5888c05dd1
3 changed files with 3 additions and 0 deletions
|
@ -769,6 +769,7 @@ static void gen_call_function(void * func,char const* ops,...) {
|
|||
}
|
||||
ops++;
|
||||
}
|
||||
va_end(params);
|
||||
|
||||
#if defined (MACOSX)
|
||||
/* align stack */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue