mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
(no bug): Fix comment reference to RejoinInterpreter (now js_InternalInterpret). r=bhackett
DONTBUILD
This commit is contained in:
parent
57abd19f9d
commit
c5a26e35be
@ -225,7 +225,7 @@ namespace mjit {
|
|||||||
|
|
||||||
/*
|
/*
|
||||||
* For a C++ or scripted call made from JIT code, indicates properties of the
|
* For a C++ or scripted call made from JIT code, indicates properties of the
|
||||||
* register and stack state after the call finishes, which RejoinInterpreter
|
* register and stack state after the call finishes, which js_InternalInterpret
|
||||||
* must use to construct a coherent state for rejoining into the interpreter.
|
* must use to construct a coherent state for rejoining into the interpreter.
|
||||||
*/
|
*/
|
||||||
enum RejoinState {
|
enum RejoinState {
|
||||||
|
Loading…
Reference in New Issue
Block a user