equal
deleted
inserted
replaced
1 /* |
1 /* |
2 * Copyright (c) 2016, 2019, Oracle and/or its affiliates. All rights reserved. |
2 * Copyright (c) 2016, 2019, Oracle and/or its affiliates. All rights reserved. |
3 * Copyright (c) 2016 SAP SE. All rights reserved. |
3 * Copyright (c) 2016, 2019, SAP SE. All rights reserved. |
4 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. |
4 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. |
5 * |
5 * |
6 * This code is free software; you can redistribute it and/or modify it |
6 * This code is free software; you can redistribute it and/or modify it |
7 * under the terms of the GNU General Public License version 2 only, as |
7 * under the terms of the GNU General Public License version 2 only, as |
8 * published by the Free Software Foundation. |
8 * published by the Free Software Foundation. |
73 __ z_br(Z_R1); |
73 __ z_br(Z_R1); |
74 __ end_a_stub(); // Update current stubs pointer and restore insts_end. |
74 __ end_a_stub(); // Update current stubs pointer and restore insts_end. |
75 return stub; |
75 return stub; |
76 #else |
76 #else |
77 ShouldNotReachHere(); |
77 ShouldNotReachHere(); |
|
78 return NULL; |
78 #endif |
79 #endif |
79 } |
80 } |
80 |
81 |
81 #undef __ |
82 #undef __ |
82 |
83 |