OSDN Git Service

Rename register to conform to instruction format
authorLogan Chien <loganchien@google.com>
Thu, 1 Sep 2011 07:19:31 +0000 (15:19 +0800)
committerLogan Chien <loganchien@google.com>
Thu, 1 Sep 2011 07:19:31 +0000 (15:19 +0800)
commitb0688fe79e760b2fb469712bdb1eaa747395ecb1
treefe12bc3609fb77d2db09fa59807bfdd45e0c99cc
parent798048412112aae95e15783b78a722f8a9020b5c
Rename register to conform to instruction format

For instruction format 35c, 41c, 52c, and 5rc, the register
name was different from the Dalvik Instruction Format document,
and InstrUtils.cpp of libdex.  This commit updates the name,
so that they will look consistent.

Change-Id: I857b1f9c1ac7178dc147d0019df589c9c6d102e1
docs/dalvik-bytecode.html