aboutsummaryrefslogtreecommitdiff
path: root/opcodes/m68881-ext.c
blob: ca3109fc643de6121f254af8a9cdaccfbf9d2a37 (plain)
1
2
3
4
5
6
#include "ieee-float.h"

CONST struct ext_format ext_format_68881 = {
/* tot sbyte smask expbyte manbyte */
   12, 0,    0x80, 0,1,	   4,8		/* mc68881 */
};