Search

March 30, 2013
Issues »
...pop ebx
00402128: c9                      leave
00402129: c3                      ret


c:\d\test.d:14         this() {
004020ec...
March 26, 2013
General »
...ECX
        xor EAX,EAX
        ret

_D4temp3barFZAi:
        xor EAX,EAX
        xor EDX,EDX
        ret

Bye,
bearophile
March 26, 2013
Issues »
...lineSep:
        ret = str[0..1];
        str = str[1..$];
        break;

    default:
        ret = null;
        break;
    }

    return ret...
March 25, 2013
Issues »
...06Dh]
        fstp    float ptr -4[EBP]
        leave
        ret

The problem is, that the code first...
March 24, 2013
General »
...whether we should support this syntax:
auto ret=named!fun.z(3)(4); //this would...
March 19, 2013
Issues »
...foo() {}

void bug()
{
    asm { naked; }
    foo();
    asm { ret; }
}

CODE

--------------------
dmd -c -m32 -fPIC bug.d...
March 15, 2013
Issues »
...0017 _ 8B. E5
        pop     ebp                                     ; 0019 _ 5D
        ret                                             ; 001A _ C3
_D3bug3fooFZv ENDP

--- Comment #3 from...
March 15, 2013
Issues »
...0017 _ 8B. E5
        pop     ebp                                     ; 0019 _ 5D
        ret                                             ; 001A _ C3
_D3bug3fooFZv ENDP

-- 
Configure issuemail: http...
March 14, 2013
Issues »
...pop     ebx                                     ; 001D _ 5B
        leave                                           ; 001E _ C9
        ret                                             ; 001F _ C3
_D3bug3fooFZv ENDP
--------------------
dmd -c -fPIC...
March 14, 2013
Learn »
...mov    %esp,%ebp
 8049828:       5d                      pop    %ebp
 8049829:       c3                      ret

artur

[1] and versions, unfortunately.
89 90 91 92 93 94 95 96 97 98 99 100
Next ›   Last »