diff options
author | Sverker Eriksson <[email protected]> | 2016-09-15 15:04:32 +0200 |
---|---|---|
committer | Sverker Eriksson <[email protected]> | 2016-10-10 11:31:54 +0200 |
commit | 3bffb5797c9498e2294b65ba24abec5842655a11 (patch) | |
tree | 7e0e4df364393c74bfcff925495b424d971c31bf /erts/emulator/hipe/hipe_x86_glue.h | |
parent | d8e69ab77f32ce1503125fa464d6db3ba1c904d0 (diff) | |
download | otp-3bffb5797c9498e2294b65ba24abec5842655a11.tar.gz otp-3bffb5797c9498e2294b65ba24abec5842655a11.tar.bz2 otp-3bffb5797c9498e2294b65ba24abec5842655a11.zip |
erts: Refactor rename struct hipe_sdesc
Diffstat (limited to 'erts/emulator/hipe/hipe_x86_glue.h')
-rw-r--r-- | erts/emulator/hipe/hipe_x86_glue.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/erts/emulator/hipe/hipe_x86_glue.h b/erts/emulator/hipe/hipe_x86_glue.h index 818d7444e2..d0c8eec2bc 100644 --- a/erts/emulator/hipe/hipe_x86_glue.h +++ b/erts/emulator/hipe/hipe_x86_glue.h @@ -58,7 +58,7 @@ static __inline__ unsigned int max(unsigned int x, unsigned int y) static __inline__ void hipe_arch_glue_init(void) { - static struct sdesc_with_exnra nbif_return_sdesc = { + static struct hipe_sdesc_with_exnra nbif_return_sdesc = { .exnra = (unsigned long)nbif_fail, .sdesc = { .bucket = { .hvalue = (unsigned long)nbif_return }, |