Seddon
Seddon
修改一处翻译错误,同步写异步读。
When I use edgemesh, the docker container always error and then reboot ```log 2024/05/17 14:52:32 INFO: Install client plugin, protocol: rest 2024/05/17 14:52:32 INFO: Installed service discovery plugin: edge I0517...
When one branch inst tries to jump to a misaligned address, such as: ```asm jal x1, 2 // misaligned beq x1,x2, 2 // misaligned but not trigger a exception ```...
```asm Addr Instruction Hex 00000200 addi x1, x1, 4 00408093 00000204 sw x0, 2(x0) 00002123 00000208 sh x1, 32(x2) 02111023 0000020c addi x1, x1, 4 00408093 ``` If run the...