summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorDan Bornstein <danfuzz@android.com>2010-12-10 17:03:06 -0800
committerDan Bornstein <danfuzz@android.com>2010-12-10 17:09:29 -0800
commit9ac2199331bdee44504c0328c2d4e99fdd545416 (patch)
tree3a1b40490f453259aff992443c7e856d3655d7b5 /docs
parentfa2f5add0e833f2c90cbceb13cee5a28d4a29c6b (diff)
downloadandroid_dalvik-9ac2199331bdee44504c0328c2d4e99fdd545416.tar.gz
android_dalvik-9ac2199331bdee44504c0328c2d4e99fdd545416.tar.bz2
android_dalvik-9ac2199331bdee44504c0328c2d4e99fdd545416.zip
New jumbo verification error opcode.
I'll regenerate the vm code for this in a follow-up change. Change-Id: I59a0a91d39fd539f1b3a25f1f2889618fa484b96
Diffstat (limited to 'docs')
-rw-r--r--docs/instruction-formats.html9
1 files changed, 3 insertions, 6 deletions
diff --git a/docs/instruction-formats.html b/docs/instruction-formats.html
index 2a81e607d..af5b09c78 100644
--- a/docs/instruction-formats.html
+++ b/docs/instruction-formats.html
@@ -467,12 +467,9 @@ the correspondence.</p>
<td>&nbsp;</td>
</tr>
<tr>
- <td><i>exop</i> BBBB AAAA<sub>lo</sub> AAAA<sub>hi</sub></td></td>
- <td>40bc</td>
- <td><i><code>exop</code></i> BBBB, kind@AAAAAAAA
- <p><i>The unusual choice in lettering here reflects a desire to make
- the letters match their use in related format 20bc.</i></p>
- </td>
+ <td><i>exop</i> BBBB<sub>lo</sub> BBBB<sub>hi</sub> AAAA</td></td>
+ <td>40sc</td>
+ <td><i><code>exop</code></i> AAAA, kind@BBBBBBBB</td>
<td><i>suggested format for statically determined verification errors;
see <code>20bc</code>, above</i></td>
</tr>