Fix a typo in r204974 so that FTYPE_LNG matches the initialisers of
the opmask array. Pointed out by: Peter Jeremy
This commit is contained in:
parent
6575ad7619
commit
7e0e1004f3
@ -140,7 +140,7 @@ struct fpn {
|
|||||||
#define FTYPE_SNG INSFP_s
|
#define FTYPE_SNG INSFP_s
|
||||||
#define FTYPE_DBL INSFP_d
|
#define FTYPE_DBL INSFP_d
|
||||||
#define FTYPE_EXT INSFP_q
|
#define FTYPE_EXT INSFP_q
|
||||||
#define FTYPE_LNG 5
|
#define FTYPE_LNG 4
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Emulator state.
|
* Emulator state.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user