mirror of
https://github.com/NishiOwO/JWasm.git
synced 2025-04-21 16:54:39 +00:00
9 lines
141 B
C
9 lines
141 B
C
|
|
#ifndef _FPFIXUP_H_INCLUDED
|
|
#define _FPFIXUP_H_INCLUDED
|
|
|
|
extern void AddFloatingPointEmulationFixup( struct code_info * );
|
|
|
|
#endif
|
|
|