Skip to content

Commit

Permalink
Forgot to remove unnecessary variable
Browse files Browse the repository at this point in the history
  • Loading branch information
ergo720 committed Jan 15, 2025
1 parent d02868e commit 2baf07a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib86cpu/core/emitter/x64/linux/ipt.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ static std::string ram_tmp_name;
static std::string rom_tmp_name[2];
static uint64_t g_ramsize;
static uint64_t g_romsize[2];
static bool raise_page_fault;
static bool signal_updated;
static struct sigaction old_sa;
static sigjmp_buf env;
Expand Down

0 comments on commit 2baf07a

Please sign in to comment.