mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-07-14 06:59:10 +00:00
Revert recent fixupobj.com change
This commit is contained in:
parent
d52170ca34
commit
57b39d8793
3 changed files with 2 additions and 40 deletions
|
@ -29,11 +29,11 @@
|
|||
#include "libc/sysv/consts/sicode.h"
|
||||
#include "libc/sysv/consts/sig.h"
|
||||
|
||||
unsigned __wincrash(struct NtExceptionPointers *ep) {
|
||||
privileged unsigned __wincrash(struct NtExceptionPointers *ep) {
|
||||
int64_t rip;
|
||||
int sig, code;
|
||||
ucontext_t ctx;
|
||||
STRACE("__wincrash rip=%lx", ep->ContextRecord->Rip);
|
||||
STRACE("__wincrash");
|
||||
|
||||
switch (ep->ExceptionRecord->ExceptionCode) {
|
||||
case kNtSignalBreakpoint:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue