Skip to content

Commit

Permalink
Merge branch 'Cog' of github.com:OpenSmalltalk/opensmalltalk-vm into Cog
Browse files Browse the repository at this point in the history
  • Loading branch information
marceltaeumel committed Oct 27, 2022
2 parents 957d7b8 + 3e88645 commit 2813abc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion platforms/unix/vm/sqUnixMain.c
Expand Up @@ -976,7 +976,7 @@ printRegisterState(FILE *file,ucontext_t *uap)
regs[REG_EIP]);
return v(regs[REG_EIP]);
#elif __FreeBSD__ && __i386__
struct mcontext *regs = &uap->uc_mcontext;
mcontext_t *regs = &uap->uc_mcontext;
fprintf(file,
"\teax 0x%08x ebx 0x%08x ecx 0x%08x edx 0x%08x\n"
"\tedi 0x%08x esi 0x%08x ebp 0x%08x esp 0x%08x\n"
Expand Down

0 comments on commit 2813abc

Please sign in to comment.