Overflows in Phobos
Shachar Shemesh via Digitalmars-d
digitalmars-d at puremagic.com
Tue Jul 26 20:13:38 PDT 2016
On 27/07/16 00:56, Walter Bright wrote:
>
> What the assert(0) actually does is insert a HALT instruction, even when
> -release is used. The spec is poorly worded.
Does that mean D isn't meant to be used to develop code that will run in
Ring-0?
Or do we treat it as a feature that kernel mode code continues execution
after an assert(false)?
Shachar
More information about the Digitalmars-d
mailing list