diff options
Diffstat (limited to 'libjava/interpret.cc')
-rw-r--r-- | libjava/interpret.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libjava/interpret.cc b/libjava/interpret.cc index 9791b4a5cd8..15fb413e835 100644 --- a/libjava/interpret.cc +++ b/libjava/interpret.cc @@ -91,7 +91,7 @@ static inline void dupx (_Jv_word *sp, int n, int x) sp[top-(n+x)-i] = sp[top-i]; } -}; +} // Used to convert from floating types to integral types. template<typename TO, typename FROM> |