winegcc: Add a missing break.

Signed-off-by: Huw Davies <huw@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
stable
Huw Davies 2019-09-30 08:35:47 +01:00 committed by Alexandre Julliard
parent 71ad4add73
commit ba2def2503
1 changed files with 1 additions and 0 deletions

View File

@ -737,6 +737,7 @@ static void compile(struct options* opts, const char* lang)
strarray_add(comp_args, "-D__stdcall=__attribute__((pcs(\"aapcs-vfp\")))");
strarray_add(comp_args, "-D__cdecl=__stdcall");
strarray_add(comp_args, "-D__fastcall=__stdcall");
break;
case CPU_POWERPC:
strarray_add(comp_args, "-D__stdcall=");
strarray_add(comp_args, "-D__cdecl=");