Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 298851
b: refs/heads/master
c: 918cbd3
h: refs/heads/master
i:
  298849: 2dd4d50
  298847: f615e23
v: v3
  • Loading branch information
Chris Metcalf committed Apr 2, 2012
1 parent 7cf9b81 commit 189a0bb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 2858f856021340f3730fa8639dd520a2e4331f7f
refs/heads/master: 918cbd38aef83de3a2516299bcb230caf59462a0
2 changes: 1 addition & 1 deletion trunk/arch/tile/lib/cacheflush.c
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ void finv_buffer_remote(void *buffer, size_t size, int hfh)

/* Figure out how far back we need to go. */
base = p - (step_size * (load_count - 2));
if ((long)base < (long)buffer)
if ((unsigned long)base < (unsigned long)buffer)
base = buffer;

/*
Expand Down

0 comments on commit 189a0bb

Please sign in to comment.