Skip to content

Commit

Permalink
Add missing symbol type directives.
Browse files Browse the repository at this point in the history
  • Loading branch information
dougkwan committed Dec 4, 2009
1 parent 7d33939 commit 4a38160
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions tests/icachetest/icache.S
Expand Up @@ -8,6 +8,7 @@

.text
.global icache_test
.type icache_test, %function
.align


Expand Down
1 change: 1 addition & 0 deletions tests/icachetest/icache2.S
Expand Up @@ -10,6 +10,7 @@
.align

.global icache_test2
.type icache_test2, %function

#define LOOP \
mov r0, r0 ; \
Expand Down

0 comments on commit 4a38160

Please sign in to comment.