X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?p=pintos-anon;a=blobdiff_plain;f=src%2Fuserprog%2Fexception.h;h=f1a1537b99edbfa05b93d21afb3ba2d5f3623dc8;hp=e37841018f6a72cb87687225dcd3f7f26280319d;hb=838c30d0075a3ee0413ba4909944b37f4970a10d;hpb=cc409b1863cc91b6a2dbfc963d221ab548132762 diff --git a/src/userprog/exception.h b/src/userprog/exception.h index e378410..f1a1537 100644 --- a/src/userprog/exception.h +++ b/src/userprog/exception.h @@ -2,5 +2,6 @@ #define USERPROG_EXCEPTION_H void exception_init (void); +void exception_print_stats (void); #endif /* userprog/exception.h */