git: 9front

Download patch

ref: 5e131f6df81180f5e969528f1f8af22875bcf67f
parent: 000149a9aa132f2f88bb71382337ab21f60c2fef
author: adventuresin9 <adventuresin9@gmail.com>
date: Mon Mar 6 10:07:45 EST 2023

endian fix for spim

--- a/spim/include/u.h
+++ b/spim/include/u.h
@@ -55,8 +55,6 @@
 	};
 };
 
-
-
 /* stdarg */
 typedef	char*	va_list;
 #define va_start(list, start) list =\
--