| Submitter | Michael Roth |
|---|---|
| Date | Dec. 3, 2012, 10:08 p.m. |
| Message ID | <1354572547-21271-28-git-send-email-mdroth@linux.vnet.ibm.com> |
| Download | mbox | patch |
| Permalink | /patch/203468/ |
| State | New |
| Headers | show |
Comments
Patch
diff --git a/tci.c b/tci.c index a4f7b78..bb456d2 100644 --- a/tci.c +++ b/tci.c @@ -338,9 +338,9 @@ static uint64_t tci_read_ri64(uint8_t **tb_ptr) } #endif -static target_ulong tci_read_label(uint8_t **tb_ptr) +static tcg_target_ulong tci_read_label(uint8_t **tb_ptr) { - target_ulong label = tci_read_i(tb_ptr); + tcg_target_ulong label = tci_read_i(tb_ptr); assert(label != 0); return label; }