diff options
Diffstat (limited to 'compiler/dex/quick/mips/README.mips')
-rw-r--r-- | compiler/dex/quick/mips/README.mips | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/dex/quick/mips/README.mips b/compiler/dex/quick/mips/README.mips index 061c157256..ff561fa935 100644 --- a/compiler/dex/quick/mips/README.mips +++ b/compiler/dex/quick/mips/README.mips @@ -17,7 +17,7 @@ problems that need to be addressed: code generation for switch tables, fill array data, 64-bit data handling and the register usage conventions. - o The memory model. Verify that oatGenMemoryBarrier() generates the + o The memory model. Verify that GenMemoryBarrier() generates the appropriate flavor of sync. Register promotion |