about summary refs log tree commit diff stats
path: root/src/os/emit_signal_wine.c
blob: 0539a818ce7f945ab63ab8634003458a2273f25f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
#include "x64emu.h"
#include "custommem.h"

void EmitSignal(x64emu_t* emu, int sig, void* addr, int code)
{
    // FIXME
}

void CheckExec(x64emu_t* emu, uintptr_t addr)
{
    // FIXME
}

void EmitInterruption(x64emu_t* emu, int num, void* addr)
{
    // FIXME
}

void EmitDiv0(x64emu_t* emu, void* addr, int code)
{
    // FIXME
}