amd64.h 542 B

12345678910111213
  1. //-------------------------------------------------------------------------------------------------------
  2. // Copyright (C) Microsoft. All rights reserved.
  3. // Licensed under the MIT license. See LICENSE.txt file in the project root for full license information.
  4. //-------------------------------------------------------------------------------------------------------
  5. // ARM-specific macro definitions
  6. #pragma once
  7. #ifndef _M_AMD64
  8. #error Include amd64.h in builds of AMD64 targets only.
  9. #endif
  10. extern "C" VOID amd64_SAVE_REGISTERS(void*);