]> Joshua Wise's Git repositories - netwatch.git/blobdiff - aseg/counter.c
Don't clear BSS if we don't need to.
[netwatch.git] / aseg / counter.c
index 891c07587645a030341d06f01bc49432707414a1..edad0217a4a258607d1b55b992ba64c697a176ca 100644 (file)
@@ -3,7 +3,8 @@ char counter = 0;
 #define outb(port, val) \
 ({ asm volatile("outb %0, %%dx" : : "a" ((unsigned char)(val)) , "d" ((unsigned short)(port))); })
 
-void __start (void) {
+void __start (void)
+{
        counter++;
        outb (0x80, counter);
 }
This page took 0.022086 seconds and 4 git commands to generate.