insns.dat: fix typos: VCMPORD_SP[SD] entered as VCMPORS_SP[SD]
[nasm.git] / outlib.h
blob5057e802531d72d02466b7e5c33b70a0b496ebd5
1 #ifndef NASM_OUTLIB_H
2 #define NASM_OUTLIB_H
4 #include "nasm.h"
6 uint64_t realsize(enum out_type type, uint64_t size);
8 #endif /* NASM_OUTLIB_H */