commit | a9b5b10f23fe0f55e39fece22d5d4bfdf7f3bdfe | [log] [tgz] |
---|---|---|
author | Tommi Rantala <tt.rantala@gmail.com> | Wed Sep 19 11:01:01 2012 +0300 |
committer | Tommi Rantala <tt.rantala@gmail.com> | Fri Sep 28 14:50:03 2012 +0300 |
tree | 29c49bcb883fb7ba1cc21f109acdb253bd2949bf | |
parent | fca254a9b4a96de9a5f3519f736dd01585b9a648 [diff] |
Set `_UPT_reg_offset' read only We do not modify `_UPT_reg_offset', so let's set it `const'. Given that the array is exported, it's technically possible that some library user is actually modifying the content, but does not seem really all that likely.