Illegal instruction handler
This commit is contained in:
parent
e5fccefec0
commit
0545282292
5 changed files with 294 additions and 252 deletions
7
signal_handler_other.odin
Normal file
7
signal_handler_other.odin
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
#+build !linux
|
||||
|
||||
package main
|
||||
|
||||
_register_illegal_instruction_handler :: proc() {
|
||||
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue