diff options
author | Kyle Galloway <kgallowa@redhat.com> | 2007-04-05 00:00:45 +0000 |
---|---|---|
committer | Kyle Galloway <kgallowa@gcc.gnu.org> | 2007-04-05 00:00:45 +0000 |
commit | dabf62003ec4a2d31f5b276650b1554db840601a (patch) | |
tree | 25bca4c12f959cc545b8bd9b480b4911fa99c513 /libjava/classpath/lib | |
parent | 51a6c5b35181d70438a8eed49f3b91b62cf1d860 (diff) | |
download | gcc-dabf62003ec4a2d31f5b276650b1554db840601a.zip gcc-dabf62003ec4a2d31f5b276650b1554db840601a.tar.gz gcc-dabf62003ec4a2d31f5b276650b1554db840601a.tar.bz2 |
VariableTable.java: Change longs to ints for argCnt and slots.
2007-04-04 Kyle Galloway <kgallowa@redhat.com>
* classpath/gnu/classpath/jdwp/util/VariableTable.java: Change longs
to ints for argCnt and slots.
(write): Replace writeLong with writeInt for the above.
From-SVN: r123511
Diffstat (limited to 'libjava/classpath/lib')
-rw-r--r-- | libjava/classpath/lib/gnu/classpath/jdwp/util/VariableTable.class | bin | 1255 -> 1247 bytes |
1 files changed, 0 insertions, 0 deletions
diff --git a/libjava/classpath/lib/gnu/classpath/jdwp/util/VariableTable.class b/libjava/classpath/lib/gnu/classpath/jdwp/util/VariableTable.class Binary files differindex 7c653c3..0ba47cd 100644 --- a/libjava/classpath/lib/gnu/classpath/jdwp/util/VariableTable.class +++ b/libjava/classpath/lib/gnu/classpath/jdwp/util/VariableTable.class |