Thread overview
[Issue 7387] call instruction does not understand $
[Issue 7387] "call" instruction does not understand $
Jun 20, 2019
Basile-z
Jun 20, 2019
Vladimir Panteleev
Jun 20, 2019
Basile-z
Mar 21, 2020
Basile-z
Aug 25, 2020
Walter Bright
Aug 25, 2020
Dlang Bot
Aug 27, 2020
Dlang Bot
June 09, 2015
https://issues.dlang.org/show_bug.cgi?id=7387

Andrei Alexandrescu <andrei@erdani.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Version|D1 & D2                     |D2

--
June 20, 2019
https://issues.dlang.org/show_bug.cgi?id=7387

Basile-z <b2.temp@gmx.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |b2.temp@gmx.com

--- Comment #1 from Basile-z <b2.temp@gmx.com> ---
What is dollar supposed to represent here ? the function we're in ?

--
June 20, 2019
https://issues.dlang.org/show_bug.cgi?id=7387

--- Comment #2 from Vladimir Panteleev <dlang-bugzilla@thecybershadow.net> ---
https://www.google.com/search?q=what+does+dollar+mean+in+intel+assembler

--
June 20, 2019
https://issues.dlang.org/show_bug.cgi?id=7387

--- Comment #3 from Basile-z <b2.temp@gmx.com> ---
I see, it's the Address of next instr

--
March 21, 2020
https://issues.dlang.org/show_bug.cgi?id=7387

Basile-z <b2.temp@gmx.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|b2.temp@gmx.com             |

--
August 25, 2020
https://issues.dlang.org/show_bug.cgi?id=7387

Walter Bright <bugzilla@digitalmars.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |bugzilla@digitalmars.com
            Summary|"call" instruction does not |call instruction does not
                   |understand $                |understand $

--
August 25, 2020
https://issues.dlang.org/show_bug.cgi?id=7387

Dlang Bot <dlang-bot@dlang.rocks> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |pull

--- Comment #4 from Dlang Bot <dlang-bot@dlang.rocks> ---
@WalterBright created dlang/dmd pull request #11624 "fix Issue 7387 - call instruction does not understand $" fixing this issue:

- fix Issue 7387 - call instruction does not understand $

https://github.com/dlang/dmd/pull/11624

--
August 27, 2020
https://issues.dlang.org/show_bug.cgi?id=7387

Dlang Bot <dlang-bot@dlang.rocks> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--- Comment #5 from Dlang Bot <dlang-bot@dlang.rocks> ---
dlang/dmd pull request #11624 "fix Issue 7387 - call instruction does not understand $" was merged into master:

- 1b78cbc1c6726261287e907d702d595f93c708cb by Walter Bright:
  fix Issue 7387 - call instruction does not understand $

https://github.com/dlang/dmd/pull/11624

--