Gary Guo
Gary Guo
那样的话需要引入一个“父评论删除”的新 state,然后删除和恢复的时候都要来查这个 state。我近期没时间做这个功能,如果你有兴趣实现的话欢迎 PR。
Could you try without specifying the firmware field? Currently R2VM has limited support custom memory layout, so the firmware "feature" isn't really working unless you tweak the linker script to...
Oh, and previously firmware can only be ELF but not binary.. This is now fixed in 83c240f, so you can give your firmware another try if that is position-independent (but...
You can do `r2vm config.toml` and switch to lock-step by pressing Ctrl+A and then T. Alternatively, you can write 0 or 1 to CSR 0x800 to switch on/off cycle-level simulation,...
I had the same issue with my home directory, and I ended up using `fileSystems."/home".options = ["noauto"]`. I tried remove `mountpoint` (but keep `options.mountpoint`) but it doesn't work very well...
`asm_const` is blocked on stabilisation of `inline_const` because it shares a lot of the same issue (e.g. post-mono errors)
Good point. If we want to reserve the ability to do that in the future then we need to tweak type inference a bit to stop constraining const operand to...
`cryptoki-sys` 0.1.5 doesn't seem to be yanked.
What's the use case of this API?
That's interesting, `Frame::from_context` should return `None` when IP is 0, and that'll be treated as end of frame. Would you be able to share more details about architecture, how things...