diff options
Diffstat (limited to 'amd64/include/u.h')
-rw-r--r-- | amd64/include/u.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/amd64/include/u.h b/amd64/include/u.h index feb121703..8dce5066f 100644 --- a/amd64/include/u.h +++ b/amd64/include/u.h @@ -10,7 +10,7 @@ typedef unsigned long long uintptr; typedef unsigned long usize; typedef ushort Rune; typedef union FPdbleword FPdbleword; -typedef uvlong jmp_buf[2]; +typedef uintptr jmp_buf[2]; #define JMPBUFSP 0 #define JMPBUFPC 1 #define JMPBUFDPC 0 |