OSDN Git Service

target/microblaze: Rename DISAS_UPDATE to DISAS_EXIT
authorRichard Henderson <richard.henderson@linaro.org>
Mon, 31 Aug 2020 16:28:33 +0000 (09:28 -0700)
committerRichard Henderson <richard.henderson@linaro.org>
Mon, 7 Sep 2020 19:58:08 +0000 (12:58 -0700)
commit17e777965257e19b17dfbf7c08c495f05303a860
tree205ad7414547154674b3d48e8dcff6c68dba8448
parent8ce97bc188ecebd5030059411b6e29f2cec64dc1
target/microblaze: Rename DISAS_UPDATE to DISAS_EXIT

The name "update" suggests that something needs updating, but
this is not the case.  Use "exit" to emphasize that nothing
needs doing except to exit.

Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Reviewed-by: Edgar E. Iglesias <edgar.iglesias@xilinx.com>
Tested-by: Edgar E. Iglesias <edgar.iglesias@xilinx.com>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
target/microblaze/translate.c