Skip to content

Commit

Permalink
readSys preprocessor define arm/arm64 check correction, fixes #3
Browse files Browse the repository at this point in the history
  • Loading branch information
zerpt committed Jan 12, 2015
1 parent f749a82 commit 3841253
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SecurityCheck/readSys.s
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#include "libASM.h"

#if defined(__LP64__)
#if defined(__arm64__)

//------ AArch64 registers used:
//
Expand Down

0 comments on commit 3841253

Please sign in to comment.