Fix typo in comment
[kqemu.git] / tests / head.S
blobb7bc8f4356a77621f1177634a140c1d1e3f6b7c2
1 /*
2  * Regression tests for KQEMU
3  * (c) 2005-2007 Fabrice Bellard
4  */
6 .globl _start
7         
8 _start:
9         call main
10 1:      
11         jmp 1b