Merge branch 'ios' into armvfp

This commit is contained in:
JET
2011-09-28 15:10:02 -06:00
9 changed files with 63 additions and 35 deletions

View File

@ -1847,6 +1847,10 @@ class MyArchitecture: public Assembler::Architecture {
return 0;
}
virtual int scratch() {
return 5;
}
virtual int stack() {
return StackRegister;
}