commit | 75b2c5da94fc9f94370438d27c179abcc8f424be | [log] [tgz] |
---|---|---|
author | Bibo Mao <maobibo@loongson.cn> | Wed Jan 22 15:13:41 2025 +0800 |
committer | Bibo Mao <maobibo@loongson.cn> | Fri Jan 24 14:49:24 2025 +0800 |
tree | 09397ca6c403b4dde374b6f12be9453243f80445 | |
parent | 3156b1c1e9eb0954c46346595e6b40af13114fd4 [diff] |
target/loongarch: Add generic csr function type Parameter type TCGv and TCGv_ptr for function GenCSRRead and GenCSRWrite is not used in non-TCG mode. Generic csr function type is added here with parameter void type, so that it passes to compile with non-TCG mode. Signed-off-by: Bibo Mao <maobibo@loongson.cn>