Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-cw
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-cw
Commits
f03b24ad
Commit
f03b24ad
authored
Jan 17, 2012
by
Jacek Caban
Committed by
Alexandre Julliard
Jan 17, 2012
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
jscript: Get rid of no longer used OP_label.
parent
5c47f4a2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
8 deletions
+0
-8
engine.c
dlls/jscript/engine.c
+0
-7
engine.h
dlls/jscript/engine.h
+0
-1
No files found.
dlls/jscript/engine.c
View file @
f03b24ad
...
...
@@ -677,13 +677,6 @@ static HRESULT interp_pop_scope(exec_ctx_t *ctx)
return
S_OK
;
}
/* ECMA-262 3rd Edition 12.12 */
static
HRESULT
interp_label
(
exec_ctx_t
*
ctx
)
{
FIXME
(
"
\n
"
);
return
E_NOTIMPL
;
}
/* ECMA-262 3rd Edition 12.13 */
static
HRESULT
interp_case
(
exec_ctx_t
*
ctx
)
{
...
...
dlls/jscript/engine.h
View file @
f03b24ad
...
...
@@ -73,7 +73,6 @@ typedef struct _func_stack {
X(int, 1, ARG_INT, 0) \
X(jmp, 0, ARG_ADDR, 0) \
X(jmp_z, 0, ARG_ADDR, 0) \
X(label, 0, 0,0) \
X(lshift, 1, 0,0) \
X(lt, 1, 0,0) \
X(lteq, 1, 0,0) \
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment