Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Let's make it working this time, okay? :)
  • Loading branch information
pixel committed Dec 26, 2004
1 parent e532f82 commit 158808b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions stub/n2e-asm-one-stub.S
Expand Up @@ -4,8 +4,6 @@

.extern _signature

#include "ucl/n2e.S"

.text

#
Expand Down Expand Up @@ -49,3 +47,5 @@ loop:
jr $s2

.end _start

#include "ucl/n2e.S"
4 changes: 2 additions & 2 deletions stub/n2e-asm-stub.S
Expand Up @@ -4,8 +4,6 @@

.extern _signature

#include "ucl/n2e.S"

.text

#
Expand Down Expand Up @@ -66,3 +64,5 @@ zero_loop:
jr $s5

.end _start

#include "ucl/n2e.S"

0 comments on commit 158808b

Please sign in to comment.