aboutsummaryrefslogtreecommitdiff
path: root/pk/boot.h
diff options
context:
space:
mode:
Diffstat (limited to 'pk/boot.h')
-rw-r--r--pk/boot.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/pk/boot.h b/pk/boot.h
index f16ab15..f8bc51c 100644
--- a/pk/boot.h
+++ b/pk/boot.h
@@ -20,9 +20,9 @@ typedef struct {
size_t brk_max;
size_t mmap_max;
size_t stack_top;
- size_t time0;
- size_t cycle0;
- size_t instret0;
+ uint64_t time0;
+ uint64_t cycle0;
+ uint64_t instret0;
} elf_info;
extern elf_info current;