Skip to content

Commit

Permalink
[VM][i386][WIN32] Fix FTBFS.
Browse files Browse the repository at this point in the history
  • Loading branch information
Artanejp committed Jan 7, 2016
1 parent c89682c commit 8708a53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/src/vm/mame/emu/cpu/vtlb.c
Expand Up @@ -124,7 +124,7 @@ void vtlb_free(vtlb_state *vtlb)
vtlb_fill - rcalled by the CPU core in
response to an unmapped access
-------------------------------------------------*/
//static int cpu_translate_i386(void *cpudevice, address_spacenum space, int intention, offs_t *address);
static int cpu_translate_i386(void *cpudevice, address_spacenum space, int intention, offs_t *address);

int vtlb_fill(vtlb_state *vtlb, offs_t address, int intention)
{
Expand Down

0 comments on commit 8708a53

Please sign in to comment.