Skip to content

Commit

Permalink
Fix a Windows (ARM64) build failure (chakra-core#6896)
Browse files Browse the repository at this point in the history
  • Loading branch information
Taritsyn authored Apr 16, 2024
1 parent 469795b commit c4455f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Common/arm64.h
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
#error Include arm64.h in builds of ARM64 targets only.
#endif

#ifdef __getReg
#if defined(__getReg) || defined(_WIN64)
#define arm64_GET_CURRENT_FRAME() ((LPVOID)__getReg(29))
#else
extern "C" LPVOID arm64_GET_CURRENT_FRAME(void);
Expand Down

0 comments on commit c4455f4

Please # to comment.