target/xtensa: pass actual frame size to the entry helper
authorMax Filippov <jcmvbkbc@gmail.com>
Tue, 7 Feb 2017 10:43:12 +0000 (02:43 -0800)
committerMax Filippov <jcmvbkbc@gmail.com>
Tue, 19 Dec 2017 05:26:18 +0000 (21:26 -0800)
commit2eb967c4e9898d688a75be43955bbbc2107f29f7
tree2deeebe8cde81a88b84e8583cb50316c5ee95723
parent0a0dc59d27527b78a195c2d838d28b7b49e5a639
target/xtensa: pass actual frame size to the entry helper

Currently 'entry' opcode helper accepts frame size divided by 8, as it
is encoded in the opcode. Make it more natural and accept actual frame
size instead.

Signed-off-by: Max Filippov <jcmvbkbc@gmail.com>
target/xtensa/op_helper.c
target/xtensa/translate.c