Assorted warning fixes
This commit is contained in:
@@ -8,6 +8,7 @@
|
||||
#include <86box/mem.h>
|
||||
#include "cpu.h"
|
||||
#include <86box/machine.h>
|
||||
#include <86box/plat_unused.h>
|
||||
|
||||
#include "x86.h"
|
||||
#include "x86_ops.h"
|
||||
@@ -2037,7 +2038,7 @@ codegen_timing_k5_start(void)
|
||||
}
|
||||
|
||||
void
|
||||
codegen_timing_k5_prefix(uint8_t prefix, uint32_t fetchdat)
|
||||
codegen_timing_k5_prefix(uint8_t prefix, UNUSED(uint32_t fetchdat))
|
||||
{
|
||||
if (prefix != 0x0f)
|
||||
decode_timestamp++;
|
||||
@@ -2047,7 +2048,7 @@ codegen_timing_k5_prefix(uint8_t prefix, uint32_t fetchdat)
|
||||
}
|
||||
|
||||
void
|
||||
codegen_timing_k5_opcode(uint8_t opcode, uint32_t fetchdat, int op_32, uint32_t op_pc)
|
||||
codegen_timing_k5_opcode(uint8_t opcode, UNUSED(uint32_t fetchdat), int op_32, uint32_t op_pc)
|
||||
{
|
||||
const risc86_instruction_t **ins_table;
|
||||
const uint64_t *deps;
|
||||
|
||||
Reference in New Issue
Block a user