comparison dyncall/dyncall_callvm_x86.c @ 465:e2899b4ff713

- // -> /* */, mainly for consistency (but also for a few obscure compilers)
author Tassilo Philipp
date Wed, 02 Feb 2022 12:55:23 +0100
parents ad5f9803f52f
children ddfb9577a00e
comparison
equal deleted inserted replaced
464:bd65767c0534 465:e2899b4ff713
603 case DC_CALL_C_ELLIPSIS_VARARGS: 603 case DC_CALL_C_ELLIPSIS_VARARGS:
604 /* Plan9 (and forks) have their own calling convention (and no support for foreign ones). */ 604 /* Plan9 (and forks) have their own calling convention (and no support for foreign ones). */
605 #if defined(DC_PLAN9) 605 #if defined(DC_PLAN9)
606 case DC_CALL_C_X86_PLAN9: vt = &gVT_x86_plan9; break; 606 case DC_CALL_C_X86_PLAN9: vt = &gVT_x86_plan9; break;
607 #else 607 #else
608 case DC_CALL_C_X86_CDECL: vt = &gVT_x86_cdecl; break; // also handles DC_CALL_C_X86_WIN32_THIS_GNU 608 case DC_CALL_C_X86_CDECL: vt = &gVT_x86_cdecl; break; /* also handles DC_CALL_C_X86_WIN32_THIS_GNU */
609 case DC_CALL_C_X86_WIN32_STD: vt = &gVT_x86_win32_std; break; 609 case DC_CALL_C_X86_WIN32_STD: vt = &gVT_x86_win32_std; break;
610 case DC_CALL_C_X86_WIN32_FAST_MS: vt = &gVT_x86_win32_fast_ms; break; 610 case DC_CALL_C_X86_WIN32_FAST_MS: vt = &gVT_x86_win32_fast_ms; break;
611 case DC_CALL_C_X86_WIN32_THIS_MS: vt = &gVT_x86_win32_this_ms; break; 611 case DC_CALL_C_X86_WIN32_THIS_MS: vt = &gVT_x86_win32_this_ms; break;
612 case DC_CALL_C_X86_WIN32_FAST_GNU: vt = &gVT_x86_win32_fast_gnu; break; 612 case DC_CALL_C_X86_WIN32_FAST_GNU: vt = &gVT_x86_win32_fast_gnu; break;
613 case DC_CALL_SYS_DEFAULT: 613 case DC_CALL_SYS_DEFAULT: