diff options
author | Daniel Goehring <dgoehrin@os.amperecomputing.com> | 2025-03-06 10:55:20 -0500 |
---|---|---|
committer | Antonio Borneo <borneo.antonio@gmail.com> | 2025-03-09 13:27:31 +0000 |
commit | f5dd564a7b089f7918dd0a93d04fd62ae1a79de5 (patch) | |
tree | d95ef1aeda3d37017081f2b77fc09b6fcc81a912 /src/rtos/rtos_nuttx_stackings.c | |
parent | b2016dc44319ec6a872efbb656d32999f6732382 (diff) | |
download | riscv-openocd-f5dd564a7b089f7918dd0a93d04fd62ae1a79de5.zip riscv-openocd-f5dd564a7b089f7918dd0a93d04fd62ae1a79de5.tar.gz riscv-openocd-f5dd564a7b089f7918dd0a93d04fd62ae1a79de5.tar.bz2 |
target/armv8: fix 128-bit register writes
Assert checking was recently added to the "buf_get_u64()"
procedure for the buffer size argument.
For 128-bit register writes, instead of calling "buf_get_u64()" with
a 128-bit argument which fails the assert check, use two 64-bit calls.
Change-Id: I32ddbdb7bbe68c43f3b0a27738537391a227b08c
Signed-off-by: Daniel Goehring <dgoehrin@os.amperecomputing.com>
Reviewed-on: https://review.openocd.org/c/openocd/+/8801
Tested-by: jenkins
Reviewed-by: Antonio Borneo <borneo.antonio@gmail.com>
Diffstat (limited to 'src/rtos/rtos_nuttx_stackings.c')
0 files changed, 0 insertions, 0 deletions