Rene Reichow
Results
1
issues of
Rene Reichow
According to [the reference](https://doc.rust-lang.org/nightly/reference/inline-assembly.html#rules-for-inline-assembly) all registers not mentioned as clobbered by a block (by using `out("") _`) **must** have the same (undefined) value they had when entering the block when...