| commit | c5a20170784a6a44ee1de1a754ca8c7175b78a6d | [log] [tgz] |
|---|---|---|
| author | Stephen Hines <srhines@google.com> | Tue Jul 08 15:09:39 2014 -0700 |
| committer | Stephen Hines <srhines@google.com> | Tue Jul 08 15:09:39 2014 -0700 |
| tree | 75644b68f95550d8f1e9a9c17d1395ffd940893f | |
| parent | db69bf0117c44d8996a3d179cc3b7a98bf8726ea [diff] [blame] |
Fix build break for size_t vs. uint32_t difference. Change-Id: I11b9592214c4fa57ef62f42fd086a5a3df33abbf
diff --git a/cpu_ref/rsCpuIntrinsic.h b/cpu_ref/rsCpuIntrinsic.h index 85e2ddc..bf6a8ac 100644 --- a/cpu_ref/rsCpuIntrinsic.h +++ b/cpu_ref/rsCpuIntrinsic.h
@@ -39,7 +39,7 @@ virtual void invokeForEachMulti(uint32_t slot, const Allocation ** ain, - size_t inLen, + uint32_t inLen, Allocation * aout, const void * usr, uint32_t usrLen,