fixed compile errors with MSVC

This commit is contained in:
koolsmoky
2007-09-29 14:17:14 +00:00
parent f0f02c3383
commit 408a154309

View File

@@ -73,7 +73,7 @@ main (int argc, char **argv)
if (argc > 1) {
if (strcmp("-inline", argv[1]) == 0) {
SstRegs dummyRegs;
SstRegs dummyRegs = { 0x00UL }; /* required shutup VC6 */
printf("#ifndef __FX_INLINE_H__\n");
printf("#define __FX_INLINE_H__\n");