summaryrefslogtreecommitdiffstats
path: root/src/arch/riscv/misaligned.c
Commit message (Expand)AuthorAgeFilesLines
* arch/riscv: Use 'enum cb_err'Elyes Haouas2022-12-251-7/+7
* src/arch: Drop unneeded empty linesElyes HAOUAS2020-08-241-2/+0
* src: Remove unused 'include <stddef.h>Elyes HAOUAS2020-08-181-1/+0
* treewide: Remove "this file is part of" linesPatrick Georgi2020-05-111-1/+0
* src/arch/riscv: Convert to SPDX license headerPatrick Georgi2020-03-061-14/+2
* src/arch/riscv/misaligned.c: Fix an off-by-one error when loading the opcodePhilipp Hug2018-10-301-1/+1
* arch/riscv: Advance the PC after handling misaligned load/storeJonathan Neuschäfer2018-09-261-4/+13
* riscv: update misaligned memory access exception handlingXiang Wang2018-09-101-0/+267