Rev 3790 | Rev 3900 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 3790 | Rev 3880 | ||
---|---|---|---|
Line 159... | Line 159... | ||
159 | { |
159 | { |
160 | // TODO |
160 | // TODO |
161 | while (1); |
161 | while (1); |
162 | } |
162 | } |
163 | 163 | ||
- | 164 | /** Construct function pointer |
|
- | 165 | * |
|
- | 166 | * @param fptr function pointer structure |
|
- | 167 | * @param addr function address |
|
- | 168 | * @param caller calling function address |
|
- | 169 | * |
|
- | 170 | * @return address of the function pointer |
|
- | 171 | * |
|
- | 172 | */ |
|
- | 173 | void *arch_construct_function(fncptr_t *fptr, void *addr, void *caller) |
|
- | 174 | { |
|
- | 175 | return addr; |
|
- | 176 | } |
|
- | 177 | ||
164 | /** @} |
178 | /** @} |
165 | */ |
179 | */ |