commit | 3b0fb49e305511c0f68d588bb8cf1a250ecd76f9 | [log] [tgz] |
---|---|---|
author | Tom Tromey <tom@tromey.com> | Sat Feb 22 11:48:26 2020 -0700 |
committer | Tom Tromey <tom@tromey.com> | Sat Feb 22 12:57:25 2020 -0700 |
tree | 08bc9c26ba566f3d8f42b130447f6e1986fe888d | |
parent | 283be8bfa4c19c60f81abbbb43e41b6ccfdff4a9 [diff] |
Fix cast in TUI_DISASM_WIN I noticed that the TUI_DISASM_WIN macro cast the disassembly window to a base type, rather than its correct type. This patch fixes this oversight. 2020-02-22 Tom Tromey <tom@tromey.com> * tui/tui-data.h (TUI_DISASM_WIN): Cast to tui_disasm_window. Change-Id: Ied3dbac9ef3dc48ceb9e0850fe4ada3c316dd769