configure : add option --enable-rusage

This commit is contained in:
Katsukura
2017-04-27 14:00:59 +09:00
parent 3fe2257929
commit 8c9b207557
5 changed files with 33 additions and 8 deletions

View File

@@ -5,7 +5,7 @@
#include <cls.h>
extern int nmi_mode;
extern mod_nmi_ctx(void *, void(*)());
extern void mod_nmi_ctx(void *, void(*)());
extern void lapic_ack();
extern void __freeze();