qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH v2 06/13] tcg: add goto_ptr opcode


From: Richard Henderson
Subject: Re: [Qemu-devel] [PATCH v2 06/13] tcg: add goto_ptr opcode
Date: Tue, 25 Apr 2017 13:05:03 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.0

On 04/25/2017 09:53 AM, Emilio G. Cota wrote:
@@ -1138,6 +1138,7 @@ void tcg_dump_ops(TCGContext *s)
              }
              switch (c) {
              case INDEX_op_set_label:
+            case INDEX_op_goto_tb:
              case INDEX_op_br:
              case INDEX_op_brcond_i32:
              case INDEX_op_brcond_i64:

This is wrong, and causes crashes when dumping. Nor should goto_ptr be here, so I don't know what you were after.


r~



reply via email to

[Prev in Thread] Current Thread [Next in Thread]