mirror of
https://github.com/reactos/reactos.git
synced 2025-07-02 14:41:25 +00:00
[NDK] Remove amd64/asm.h
Most definitions were either duplicated or unused. Move the remaining ones to amd64/ketypes.h. Actual asm definitions are autogenerated.
This commit is contained in:
parent
7d75bfb449
commit
aee59404ce
3 changed files with 22 additions and 431 deletions
|
@ -18,11 +18,9 @@ Author:
|
|||
|
||||
#if defined(_M_IX86)
|
||||
#include <i386/asm.h>
|
||||
#elif defined(_M_AMD64)
|
||||
#include <amd64/asm.h>
|
||||
#elif defined(_M_ARM) || defined(_M_PPC) || defined(_M_ARM64)
|
||||
#elif defined(_M_AMD64) || defined(_M_ARM) || defined(_M_PPC) || defined(_M_ARM64)
|
||||
//
|
||||
// ARM and PPC ports don't use asm.h
|
||||
// AMD64, ARM and PPC ports don't use asm.h
|
||||
//
|
||||
#else
|
||||
#error Unsupported Architecture
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue