Skip to content

Commit

Permalink
dynamic core compiler warning disable
Browse files Browse the repository at this point in the history
  • Loading branch information
joncampbell123 committed May 23, 2018
1 parent 3a3d43f commit 8fda489
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/cpu/core_dyn_x86/risc_x86.h
Expand Up @@ -19,6 +19,10 @@
#include "dos_inc.h"
static void gen_init(void);

#if defined(_MSC_VER)
#pragma warning(disable:4731) /* frame pointer register 'ebp' modified by inline assembly code */
#endif

/* End of needed */

#define X86_REGS 7
Expand Down

0 comments on commit 8fda489

Please sign in to comment.