This commit is contained in:
@@ -86,7 +86,7 @@ typedef void* (*xhdi_call_fun)(int xhdi_fun, ...);
|
|||||||
|
|
||||||
struct XHDICALL_args
|
struct XHDICALL_args
|
||||||
{
|
{
|
||||||
unsigned int opcode;
|
uint16_t opcode;
|
||||||
};
|
};
|
||||||
|
|
||||||
extern unsigned long xhdi_call(struct XHDICALL_args stack);
|
extern unsigned long xhdi_call(struct XHDICALL_args stack);
|
||||||
|
|||||||
@@ -29,7 +29,7 @@
|
|||||||
|
|
||||||
uint32_t xhdi_call(struct XHDICALL_args stack)
|
uint32_t xhdi_call(struct XHDICALL_args stack)
|
||||||
{
|
{
|
||||||
uint32_t opcode = stack.opcode;
|
uint16_t opcode = stack.opcode;
|
||||||
|
|
||||||
switch (opcode)
|
switch (opcode)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user