* exception.h (_exception_list): Drop redefinition for x86_64.
* include/exceptions.h: Disable content for x86_64 since it's not using frame based exception handling anymore.
This commit is contained in:
@ -8,10 +8,6 @@ details. */
|
||||
|
||||
#pragma once
|
||||
|
||||
#ifdef __x86_64__
|
||||
#define _exception_list _EXCEPTION_REGISTRATION_RECORD
|
||||
#endif
|
||||
|
||||
#include <exceptions.h>
|
||||
|
||||
#ifndef __x86_64__
|
||||
|
Reference in New Issue
Block a user