Get BYTE_CODE_METER working again
commit846e88eb99ddb66f0a949d17a0483a977d748305
authorPaul Eggert <eggert@cs.ucla.edu>
Tue, 9 Aug 2016 07:35:13 +0000 (9 00:35 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Tue, 9 Aug 2016 07:37:08 +0000 (9 00:37 -0700)
tree3a52d07c25afcb9a0c858247717dcabd0b507a7e
parent9fc22fb932599fe4fecffffa920abe509ab5cbb0
Get BYTE_CODE_METER working again

BYTE_CODE_METER hasn’t worked since 2013, and nobody seems to have
noticed.  Perhaps we should remove it?
* src/bytecode.c (METER_2) [BYTE_CODE_METER]:
Use *aref_addr instead of AREF, since it needs to be an lvalue.
src/bytecode.c