Commit d38e9384619935873f93b879572fe664be7b28cf

Authored by Ajay Mohan
1 parent 332ab0197e
Exists in master

Fix Macro

Showing 1 changed file with 2 additions and 2 deletions Side-by-side Diff

... ... @@ -4,9 +4,9 @@
4 4 #define getTime(var) \
5 5 asm volatile (\
6 6 "mrc p15, 0, %0, c9, c13, 0":\
7   - "=r" (var));\
  7 + "=r" (var));
8 8 #define readCCNTStatus(var) \
9 9 asm volatile (\
10 10 "mrc p15, 0, %0, c9, c14, 0":\
11   - "=r" (var));\
  11 + "=r" (var));