1
0
Fork 0

Silence a warning.

Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2650
This commit is contained in:
Peter Veenstra 2006-06-12 08:07:39 +00:00
parent b9ad197d85
commit 27225d6602

View file

@ -154,7 +154,8 @@ static INLINE void dyn_set_eip_last(void) {
enum save_info_type {exception, cycle_check, normal};
struct {
static struct {
save_info_type type;
DynState state;
Bit8u * branch_pos;