lib: Add error messages via conditional compilation for the future
authorXiang W <wxjstz@126.com>
Tue, 15 Mar 2022 16:22:40 +0000 (00:22 +0800)
committerAnup Patel <anup@brainfault.org>
Sun, 27 Mar 2022 03:24:12 +0000 (08:54 +0530)
commitd552fc8d369780150fd9837e1097b4b34a640d12
tree85b1ef6933dcd2fffcbfbf2de537dbc862df2bc3
parentb6b7220a47e19b422fb470cffb4675f0a70e94f3
lib: Add error messages via conditional compilation for the future

On 128-bit machines, sbi_load_xx/sbi_store_xx needs to be improved.
Through this conditional compile, the corresponding implementation
can be prompted to be added.

Signed-off-by: Xiang W <wxjstz@126.com>
Reviewed-by: Anup Patel <anup@brainfault.org>
lib/sbi/sbi_unpriv.c