[Issue 7387] call instruction does not understand $

2020-08-27 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=7387

Dlang Bot  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |FIXED

--- Comment #5 from Dlang Bot  ---
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

--


[Issue 7387] call instruction does not understand $

2020-08-25 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=7387

Dlang Bot  changed:

   What|Removed |Added

   Keywords||pull

--- Comment #4 from Dlang Bot  ---
@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

--


[Issue 7387] call instruction does not understand $

2020-08-25 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=7387

Walter Bright  changed:

   What|Removed |Added

 CC||bugzi...@digitalmars.com
Summary|"call" instruction does not |call instruction does not
   |understand $|understand $

--


[Issue 7387] "call" instruction does not understand $

2020-03-20 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=7387

Basile-z  changed:

   What|Removed |Added

 CC|b2.t...@gmx.com |

--


[Issue 7387] "call" instruction does not understand $

2019-06-20 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=7387

--- Comment #3 from Basile-z  ---
I see, it's the Address of next instr

--


[Issue 7387] "call" instruction does not understand $

2019-06-20 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=7387

--- Comment #2 from Vladimir Panteleev  ---
https://www.google.com/search?q=what+does+dollar+mean+in+intel+assembler

--


[Issue 7387] "call" instruction does not understand $

2019-06-20 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=7387

Basile-z  changed:

   What|Removed |Added

 CC||b2.t...@gmx.com

--- Comment #1 from Basile-z  ---
What is dollar supposed to represent here ? the function we're in ?

--


[Issue 7387] call instruction does not understand $

2015-06-09 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=7387

Andrei Alexandrescu and...@erdani.com changed:

   What|Removed |Added

Version|D1  D2 |D2

--