Merge branch 'master' of https://github.com/86Box/86Box into feature/968_new
This commit is contained in:
@@ -146,7 +146,7 @@ static uint32_t ropFSTs(uint8_t opcode, uint32_t fetchdat, uint32_t op_32, uint3
|
|||||||
static uint32_t ropFSTd(uint8_t opcode, uint32_t fetchdat, uint32_t op_32, uint32_t op_pc, codeblock_t *block)
|
static uint32_t ropFSTd(uint8_t opcode, uint32_t fetchdat, uint32_t op_32, uint32_t op_pc, codeblock_t *block)
|
||||||
{
|
{
|
||||||
x86seg *target_seg;
|
x86seg *target_seg;
|
||||||
int host_reg1, host_reg2;
|
int host_reg1, host_reg2 = 0;
|
||||||
|
|
||||||
FP_ENTER();
|
FP_ENTER();
|
||||||
op_pc--;
|
op_pc--;
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
static uint32_t ropMOVQ_q_mm(uint8_t opcode, uint32_t fetchdat, uint32_t op_32, uint32_t op_pc, codeblock_t *block)
|
static uint32_t ropMOVQ_q_mm(uint8_t opcode, uint32_t fetchdat, uint32_t op_32, uint32_t op_pc, codeblock_t *block)
|
||||||
{
|
{
|
||||||
int host_reg1, host_reg2;
|
int host_reg1, host_reg2 = 0;
|
||||||
|
|
||||||
MMX_ENTER();
|
MMX_ENTER();
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user