Skip to content

Commit

Permalink
Fix macro name.
Browse files Browse the repository at this point in the history
  • Loading branch information
rocso committed Aug 19, 2018
1 parent 7238dac commit 44daa24
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
2018-08-19 Ross Johnson <ross dot johnson at homemail dot com dot au>

* context.h (__PTW32_PROCPTR): Added missing '__' prefix for v3.

2018-08-10 Ross Johnson <ross dot johnson at homemail dot com dot au>

* Makefile (clean): remove *.idb files.
Expand Down
2 changes: 1 addition & 1 deletion context.h
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
#endif

#if defined(_ARM_) || defined(ARM) || defined(_M_ARM) || defined(_M_ARM64)
#define PTW32_PROGCTR(Context) ((Context).Pc)
#define __PTW32_PROGCTR(Context) ((Context).Pc)
#endif

#if !defined (__PTW32_PROGCTR)
Expand Down

0 comments on commit 44daa24

Please sign in to comment.