Adopted to generic exception macro names

This commit is contained in:
Jan Stoess 2007-09-19 10:35:36 +02:00
parent 78f4cd301f
commit 0b69cbe8e8
1 changed files with 1 additions and 1 deletions

View File

@ -719,7 +719,7 @@ void space_t::arch_free (void)
/**
* exc_pagefault: trap gate for x86-64 pagefault handler
*/
AMD64_EXC_WITH_ERRORCODE(exc_pagefault, 0)
X86_EXCWITH_ERRORCODE(exc_pagefault, 0)
{
u64_t pf = x86_mmu_t::get_pagefault_address();