diff options
Diffstat (limited to 'sys/arch/amd64')
| -rw-r--r-- | sys/arch/amd64/cpu/boot.S | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/arch/amd64/cpu/boot.S b/sys/arch/amd64/cpu/boot.S index ba54e74..1d21572 100644 --- a/sys/arch/amd64/cpu/boot.S +++ b/sys/arch/amd64/cpu/boot.S @@ -27,6 +27,7 @@ * POSSIBILITY OF SUCH DAMAGE. */ + .text .globl _start .extern uart_init .extern uart_write |
