fixed compile errors with MSVC
This commit is contained in:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user