落叶乌龟
落叶乌龟
《你在写何语言的时候,丁真在下棋》
这段代码处理系统调用时,为什么要将sepc寄存器的值加4呢? ```Rust //.... match scause.cause() { Trap::Exception(Exception::UserEnvCall) => { cx.sepc += 4; cx.x[10] = syscall(cx.x[17], [cx.x[10], cx.x[11], cx.x[12]]) as usize; } ```
类似,我的是ubuntu16.04 + oxygen eclipse也无效
Inspired by your idea, I proposed this [PR](https://github.com/smol-rs/futures-lite/pull/103). BTW, code review wanted.
@fulmicoton I've done above requested changes, and [`BooleanWeight::complex_scorer`](https://github.com/quickwit-oss/tantivy/pull/2405/commits/ae5b6dfc40675911517f0147ae28cfc25f0d97c9#diff-7749cfbe913d0b97a9ac7e4317a31d8274992bbde4a8488f573051f538f8403b) has some heavy modification, and I'd say it's a bit messy. Could you help me on it?
@PSeitz Could you help take a review for this PR? Thanks a lot.
@PSeitz Sorry to interrupt your work, but I wanna know this PR could be push forward again?
@PSeitz Sorry to interrupt your work, but I wanna know this PR could be push forward again?