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:
Marius Strobl 2010-03-11 07:46:17 +00:00
parent 6575ad7619
commit 7e0e1004f3

View File

@ -140,7 +140,7 @@ struct fpn {
#define FTYPE_SNG INSFP_s
#define FTYPE_DBL INSFP_d
#define FTYPE_EXT INSFP_q
#define FTYPE_LNG 5
#define FTYPE_LNG 4
/*
* Emulator state.