commit | 2eb967c4e9898d688a75be43955bbbc2107f29f7 | [log] [tgz] |
---|---|---|
author | Max Filippov <jcmvbkbc@gmail.com> | Tue Feb 07 02:43:12 2017 -0800 |
committer | Max Filippov <jcmvbkbc@gmail.com> | Mon Dec 18 21:26:18 2017 -0800 |
tree | 2deeebe8cde81a88b84e8583cb50316c5ee95723 | |
parent | 0a0dc59d27527b78a195c2d838d28b7b49e5a639 [diff] |
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>