JustasMasiulis / inline_syscall

Inline syscalls made easy for windows on clang
Apache License 2.0
659 stars 88 forks source link

Debug break #1

Closed btbd closed 4 years ago

btbd commented 4 years ago

Accidently left a debug break here: https://github.com/JustasMasiulis/inline_syscall/blob/ca4337ae89aefc791f4ff85356a0bb12065ca063/include/inline_syscall.inl#L211

JustasMasiulis commented 4 years ago

Whoops. Fixed. Left it there during the most recent optimization attempts.