tcg-target.c.inc (2be7d76b1557d3ee72cde3b2cf5d4abf25220fb2) | tcg-target.c.inc (755bf9e514e3f60ffa3f0495e6bc524fca74f3be) |
---|---|
1/* 2 * Initial TCG Implementation for aarch64 3 * 4 * Copyright (c) 2013 Huawei Technologies Duesseldorf GmbH 5 * Written by Claudio Fontana 6 * 7 * This work is licensed under the terms of the GNU GPL, version 2 or 8 * (at your option) any later version. --- 2950 unchanged lines hidden (view full) --- 2959 0x80 + 21, 8, /* DW_CFA_offset, x21, -64 */ 2960 0x80 + 20, 9, /* DW_CFA_offset, x20, -72 */ 2961 0x80 + 19, 10, /* DW_CFA_offset, x1p, -80 */ 2962 0x80 + 30, 11, /* DW_CFA_offset, lr, -88 */ 2963 0x80 + 29, 12, /* DW_CFA_offset, fp, -96 */ 2964 } 2965}; 2966 | 1/* 2 * Initial TCG Implementation for aarch64 3 * 4 * Copyright (c) 2013 Huawei Technologies Duesseldorf GmbH 5 * Written by Claudio Fontana 6 * 7 * This work is licensed under the terms of the GNU GPL, version 2 or 8 * (at your option) any later version. --- 2950 unchanged lines hidden (view full) --- 2959 0x80 + 21, 8, /* DW_CFA_offset, x21, -64 */ 2960 0x80 + 20, 9, /* DW_CFA_offset, x20, -72 */ 2961 0x80 + 19, 10, /* DW_CFA_offset, x1p, -80 */ 2962 0x80 + 30, 11, /* DW_CFA_offset, lr, -88 */ 2963 0x80 + 29, 12, /* DW_CFA_offset, fp, -96 */ 2964 } 2965}; 2966 |
2967void tcg_register_jit(void *buf, size_t buf_size) | 2967void tcg_register_jit(const void *buf, size_t buf_size) |
2968{ 2969 tcg_register_jit_int(buf, buf_size, &debug_frame, sizeof(debug_frame)); 2970} | 2968{ 2969 tcg_register_jit_int(buf, buf_size, &debug_frame, sizeof(debug_frame)); 2970} |