commit | 4bcbe86c25a61afd70106af466e73e4462c25d0b | [log] [tgz] |
---|---|---|
author | Jan Beulich <jbeulich@suse.com> | Fri Apr 21 12:07:26 2023 +0200 |
committer | Jan Beulich <jbeulich@suse.com> | Fri Apr 21 12:07:26 2023 +0200 |
tree | fb4e73b739ab16b5efddb2c6f3956c17634b4aa0 | |
parent | ae272fb8a57bb03dcc8ff800bb1b861bdc79933f [diff] |
x86: move fetch error handling into a helper function ... such that it can be used from other than the setjmp() error handling path. Since I'd like the function's parameter to be pointer-to-const, two other functions need respective constification then, too (along with needing to be forward-declared).