Skip to content

Commit

Permalink
Fixed comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
icculus committed Jun 17, 2018
1 parent 1b885af commit fcbedae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lx_loader.c
Expand Up @@ -1022,7 +1022,7 @@ INT 0x3 ; if it returns here, crash and burn.
__asm__ __volatile__("jmp *%%eax\n\t" : /* no outputs */ : "a" (segment) : "memory");

__builtin_unreachable();
} // runLxModule
} // runNeModule

static __attribute__((noreturn)) void runModule(LxModule *lxmod)
{
Expand Down

0 comments on commit fcbedae

Please sign in to comment.