X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fuserprog%2Fexception.h;h=f1a1537b99edbfa05b93d21afb3ba2d5f3623dc8;hb=9890d47f4dba4ab2784a4ed5d424cddf697cfe18;hp=e37841018f6a72cb87687225dcd3f7f26280319d;hpb=6916b246f3be8c72d6e77fd98c4a1447fd2c1de7;p=pintos-anon 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 */