mirror of
https://github.com/kanjitalk755/macemu.git
synced 2024-11-26 10:49:21 +00:00
Minor build fixes.
This commit is contained in:
parent
3c6788fd26
commit
4f162dc6e3
@ -146,7 +146,7 @@ $(GUI_APP)_app: $(GUI_APP) ../MacOSX/Info.plist ../MacOSX/$(APP).icns
|
||||
./cpr.sh ../MacOSX/$(APP).icns $(GUI_APP_APP)/Contents/Resources/$(GUI_APP).icns
|
||||
|
||||
etherhelpertool: ../MacOSX/etherhelpertool.c
|
||||
$(CC) $(CPPFLAGS) $(DEFS) $(CFLAGS) $(LIBS) $< -o $@
|
||||
$(CC) $(CPPFLAGS) $(DEFS) $(CFLAGS) $(LIBS) $(LDFLAGS) $< -o $@
|
||||
|
||||
modules:
|
||||
cd Linux/NetDriver; make
|
||||
|
@ -726,7 +726,7 @@ PRIVATE inline int FFPU get_fp_value (uae_u32 opcode, uae_u16 extra, fpu_registe
|
||||
}
|
||||
|
||||
/* Convert the FP value to integer according to the current m68k rounding mode */
|
||||
PRIVATE inline uae_s32 FFPU toint(fpu_register const & src)
|
||||
PRIVATE uae_s32 FFPU toint(fpu_register const & src)
|
||||
{
|
||||
fpu_register result;
|
||||
switch (get_fpcr() & 0x30) {
|
||||
|
Loading…
Reference in New Issue
Block a user