am 70cf0bc0: Merge "Remove the last references to SuperH."
* commit '70cf0bc0496a1d4c0e83fe3f1933f667ab66c148': Remove the last references to SuperH.
This commit is contained in:
@@ -364,23 +364,6 @@ class State:
|
||||
"idname" : idname }
|
||||
return mips_call % t
|
||||
|
||||
def superh_genstub(self, fname, flags, idname):
|
||||
numargs = int(flags)
|
||||
t = { "fname" : fname,
|
||||
"idname" : idname,
|
||||
"numargs" : numargs }
|
||||
superh_call = superh_header
|
||||
if flags:
|
||||
if numargs == 5:
|
||||
superh_call += superh_5args_header
|
||||
if numargs == 6:
|
||||
superh_call += superh_6args_header
|
||||
if numargs == 7:
|
||||
superh_call += superh_7args_header
|
||||
superh_call += superh_call_default
|
||||
return superh_call % t
|
||||
|
||||
|
||||
def process_file(self,input):
|
||||
parser = SysCallsTxtParser()
|
||||
parser.parse_file(input)
|
||||
|
||||
Reference in New Issue
Block a user