March 10, 2013 Issues » [Issue 9677] Crash on setting length property of array VC 2012 64 bit | |||
|---|---|---|---|
| |||
...rbp] 000000000000005B: 5D pop rbp 000000000000005C: C3 ret Note the "eax" assignment at offset 0x20... | |||
March 09, 2013 Issues » [Issue 9678] New: std.file.getcwd crash on Win 64, 0xc0000005 | |||
|---|---|---|---|
| |||
...ret = new wchar[10240];
auto n = GetCurrentDirectoryW(to!DWORD(ret.length), ret.ptr);
return ret... | |||
March 09, 2013 General » Re: Error: 0xc0000005, Dmd Win 64 | |||
|---|---|---|---|
| |||
...ret = new wchar[10240];
auto n = GetCurrentDirectoryW(to!DWORD(ret.length), ret.ptr);
return ret... | |||
March 08, 2013 General » Re: Error: 0xc0000005, Dmd Win 64 | |||
|---|---|---|---|
| |||
...wchar[] ret = new wchar[10240];
writeln("call");
auto n = GetCurrentDirectoryW(to!DWORD(ret.length), ret... | |||
March 08, 2013 General » Re: Likely closure memory corruption | |||
|---|---|---|---|
| |||
...9. auto ret = inout(Lexer)(t, r.save, line, index); (cast(void**) &ret)[9] = (cast... | |||
March 07, 2013 DMD » [dmd-internals] non-PODs again | |||
|---|---|---|---|
| |||
...edi call <function> <function>: mov <returnvalue>, (%edi) ret -------- Why would returning in a register be... | |||
March 05, 2013 Issues » [Issue 9629] toUpperInPlace doesn't work properly with unicode characters | |||
|---|---|---|---|
| |||
...002D _ 83. C4, 0C
leave ; 0030 _ C9
ret ; 0031 _ C3
; __Dmain End of function
And... | |||
March 01, 2013 Genel » C dilindeki gibi define | |||
|---|---|---|---|
| |||
...zaman kurup kullanmamız gibi. Peki call ve ret komutları ile dolu bir yorumlayıcı (öyle ya... | |||
March 01, 2013 Genel » Tür belirtmeden veri saklamak | |||
|---|---|---|---|
| |||
...asm{
pop EBX;
mov adr[EBP],EBX;
ret;
}
}
```
Zekeriya
--
[ Bu gönderi, <http://ddili.org/forum... | |||
February 28, 2013 General » Re: Proposal for SentinelInputRange | |||
|---|---|---|---|
| |||
...switchstart ret i32 0 .case1: ; preds = %body ret i32 75 .case2: ; preds = %body ret i32... | |||
Copyright © 1999-2021 by the D Language Foundation