Ignore:
Timestamp:
Jul 5, 2017, 10:56:06 AM (7 years ago)
Author:
max@…
Message:

style

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/hal/x86_64/core/hal_exception.c

    r142 r143  
    2727#include <core.h>
    2828#include <do_exception.h>
    29 
    3029
    3130#include <hal_kentry.h>
     
    7069        }
    7170
    72         x86_printf("\n****** FAULT OCCURRED ******\n");
     71        x86_printf("\n****** EXCEPTION OCCURRED ******\n");
    7372        x86_printf("%s\n", (char *)buf);
    7473        x86_printf("-> rip = %Z\n", tf->tf_rip);
     
    7776        if (excno == T_PAGEFLT)
    7877                x86_printf("-> va  = %Z\n", rcr2());
    79         x86_printf("****** FAULT OCCURRED ******\n\n");
     78        x86_printf("****** EXCEPTION OCCURRED ******\n\n");
    8079
    8180        while (1);
Note: See TracChangeset for help on using the changeset viewer.