Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
R
riscv-gcc-1
Overview
Overview
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
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lvzhengyang
riscv-gcc-1
Commits
75b17b74
Commit
75b17b74
authored
Nov 09, 2001
by
Jeff Sturm
Committed by
Jeff Sturm
Nov 09, 2001
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* verify.cc: Wrap in #ifdef INTERPRETER...#endif.
From-SVN: r46882
parent
de41e41c
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
0 deletions
+8
-0
libjava/ChangeLog
+4
-0
libjava/verify.cc
+4
-0
No files found.
libjava/ChangeLog
View file @
75b17b74
2001-11-09 Jeff Sturm <jsturm@one-point.com>
* verify.cc: Wrap in #ifdef INTERPRETER...#endif.
2001-11-07 Tom Tromey <tromey@redhat.com>
* verify.cc (skip_padding): Fail if padding byte is nonzero.
...
...
libjava/verify.cc
View file @
75b17b74
...
...
@@ -17,6 +17,8 @@ details. */
#include <java-insns.h>
#include <java-interp.h>
#ifdef INTERPRETER
#include <java/lang/Class.h>
#include <java/lang/VerifyError.h>
#include <java/lang/Throwable.h>
...
...
@@ -2435,3 +2437,5 @@ verify_fail (char *s)
strcat
(
buf
,
s
);
throw
new
java
::
lang
::
VerifyError
(
JvNewStringLatin1
(
buf
));
}
#endif
/* INTERPRETER */
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