| Index: runtime/bin/net/os_Linux.S
|
| diff --git a/lib/html/templates/callback.darttemplate b/runtime/bin/net/os_Linux.S
|
| similarity index 50%
|
| copy from lib/html/templates/callback.darttemplate
|
| copy to runtime/bin/net/os_Linux.S
|
| index 9ffc66926aa95bba29fead2701dce093ebce8fa2..640b750cca16dce3d52a6910bfa868071e22c0bb 100644
|
| --- a/lib/html/templates/callback.darttemplate
|
| +++ b/runtime/bin/net/os_Linux.S
|
| @@ -2,8 +2,10 @@
|
| // for details. All rights reserved. Use of this source code is governed by a
|
| // BSD-style license that can be found in the LICENSE file.
|
|
|
| -// WARNING: Do not edit - generated code.
|
| +#ifdef NSS_X86
|
| +#include "../../../third_party/nss/mozilla/nsprpub/pr/src/md/unix/os_Linux_x86.s"
|
| +#elif defined(NSS_X64)
|
| +#include "../../../third_party/nss/mozilla/nsprpub/pr/src/md/unix/os_Linux_x86_64.s"
|
| +#endif
|
|
|
| -part of html;
|
|
|
| -//$ Keep previous blank line when editor removes trailing empty lines.
|
|
|