scc

simple C compiler
git clone git://git.2f30.org/scc
Log | Files | Refs | README | LICENSE

proc.c (179B)


      1 static char sccsid[] = "@(#) ./as/target/amd64/proc.c";
      2 
      3 #include "../../../inc/scc.h"
      4 #include "../../as.h"
      5 
      6 
      7 void
      8 iarch(void)
      9 {
     10 }
     11 
     12 int
     13 match(Op *op, Node **args)
     14 {
     15 	return 1;
     16 }