/* * UAE - The Un*x Amiga Emulator * * MC68881 emulation * * Copyright 1996 Herman ten Brugge * stubbed out for TiEmu - Copyright (C) 2005 Kevin Kofler */ #include "sysdeps.h" #include #include void fdbcc_opp(uint32_t opcode, uint16_t extra) { abort(); } void fscc_opp(uint32_t opcode, uint16_t extra) { abort(); } void ftrapcc_opp(uint32_t opcode, uintptr_t oldpc) { abort(); } void fbcc_opp(uint32_t opcode, uintptr_t pc, uint32_t extra) { abort(); } void fsave_opp(uint32_t opcode) { abort(); } void frestore_opp(uint32_t opcode) { abort(); } void fpp_opp(uint32_t opcode, uint16_t extra) { abort(); }