* 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:
Corinna Vinschen
2013-10-26 09:37:34 +00:00
parent 7a1dc2a940
commit 2e178c6909
3 changed files with 11 additions and 5 deletions

View File

@ -8,10 +8,6 @@ details. */
#pragma once
#ifdef __x86_64__
#define _exception_list _EXCEPTION_REGISTRATION_RECORD
#endif
#include <exceptions.h>
#ifndef __x86_64__