Illegal instruction handler
This commit is contained in:
parent
9a35bcd31f
commit
83c1260a3a
3 changed files with 50 additions and 0 deletions
11
example/main_other.odin
Normal file
11
example/main_other.odin
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
#+vet explicit-allocators
|
||||
#+build !linux
|
||||
#+build !darwin
|
||||
#+build !netbsd
|
||||
#+build !openbsd
|
||||
#+build !freebsd
|
||||
#+build !windows
|
||||
package main
|
||||
|
||||
@(private="package")
|
||||
_register_illegal_instruction_handler :: proc() {}
|
||||
Loading…
Add table
Add a link
Reference in a new issue