Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 9163
b: refs/heads/master
c: 58dd48a
h: refs/heads/master
i:
  9161: a8a8451
  9159: 34ca10c
v: v3
  • Loading branch information
Vincent Sanders authored and Russell King committed Sep 20, 2005
1 parent af9acbc commit 9ef0b9f
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: 9506057fca54464f3291b62156e6cd907c4cbc95
refs/heads/master: 58dd48a6575d3ba86ba659eb8c6fc23246783fba
2 changes: 1 addition & 1 deletion trunk/arch/arm/boot/compressed/ofw-shark.c
Original file line number Diff line number Diff line change
Expand Up @@ -256,5 +256,5 @@ asmlinkage void ofw_init(ofw_handle_t o, int *nomr, int *pointer)
temp[11]='\0';
mem_len = OF_getproplen(o,phandle, temp);
OF_getprop(o,phandle, temp, buffer, mem_len);
(unsigned char) pointer[32] = ((unsigned char *) buffer)[mem_len-2];
* ((unsigned char *) &pointer[32]) = ((unsigned char *) buffer)[mem_len-2];
}

0 comments on commit 9ef0b9f

Please sign in to comment.