summaryrefslogtreecommitdiffstats
path: root/resources/clImplCustomCode.java
diff options
context:
space:
mode:
authorMichael Bien <[email protected]>2010-02-24 16:00:35 +0100
committerMichael Bien <[email protected]>2010-02-24 16:00:35 +0100
commit0b0a4735f71f1e34adf426a1c033b94aca01ab75 (patch)
tree22d430272f1554f87a8bc7ca91d26e92c2aa5cde /resources/clImplCustomCode.java
parent01775d5597d6d1ef4fff195f572c1a6528438f66 (diff)
code review, spell checks and scope.
Diffstat (limited to 'resources/clImplCustomCode.java')
-rw-r--r--resources/clImplCustomCode.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/clImplCustomCode.java b/resources/clImplCustomCode.java
index 86366a10..a9576444 100644
--- a/resources/clImplCustomCode.java
+++ b/resources/clImplCustomCode.java
@@ -118,7 +118,7 @@
private native java.nio.ByteBuffer clEnqueueMapImage0(long command_queue, long image, int blocking_map, long map_flags, Object origin, int origin_byte_offset, Object range, int range_byte_offset, Object image_row_pitch, int image_row_pitch_byte_offset, Object image_slice_pitch, int image_slice_pitch_byte_offset, int num_events_in_wait_list, Object event_wait_list, int event_wait_list_byte_offset, Object event, int event_byte_offset, Object errcode_ret, int errcode_ret_byte_offset);
- private final static void convert32To64(long[] values) {
+ private static void convert32To64(long[] values) {
if(values.length%2 == 1) {
values[values.length-1] = values[values.length/2]>>>32;
}