diff options
| author | Valery Ushakov <uwe@stderr.spb.ru> | 2016-06-01 21:05:35 +0300 |
|---|---|---|
| committer | Valery Ushakov <uwe@stderr.spb.ru> | 2016-06-01 21:05:35 +0300 |
| commit | ea7a0476d5191b9faf555c1ab988672834b8663c (patch) | |
| tree | ad03cee27182b36730d183cc72faaa5bc436a58a /emu/NetBSD/asm-386.S | |
| parent | a1d80194e11406d56ec8542343657bab910d8479 (diff) | |
Fix function name in .type executeonnewstack
Diffstat (limited to 'emu/NetBSD/asm-386.S')
| -rw-r--r-- | emu/NetBSD/asm-386.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/emu/NetBSD/asm-386.S b/emu/NetBSD/asm-386.S index 9dec9351..d21c03bb 100644 --- a/emu/NetBSD/asm-386.S +++ b/emu/NetBSD/asm-386.S @@ -5,7 +5,7 @@ * executeonnewstack(void *tos, void (*tramp)(void *arg), void *arg) */ - .type ournewstack,@function + .type executeonnewstack,@function .global executeonnewstack executeonnewstack: pushl %ebp |
